summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-12-06Revert "dctcp: update cwnd on congestion event"Florian Westphal
2016-12-06net/udp: do not touch skb->peeked unless really neededEric Dumazet
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann
2016-12-05bpf, cls: consolidate prog deletion pathDaniel Borkmann
2016-12-05bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-12-05net/sched: cls_flower: Set the filter Hardware device for all use-casesHadar Hen Zion
2016-12-05ipv6: Allow IPv4-mapped address as next-hopErik Nordmark
2016-12-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-12-05tcp: tsq: move tsq_flags close to sk_wmem_allocEric Dumazet
2016-12-05tcp: tcp_mtu_probe() is likely to exit earlyEric Dumazet
2016-12-05tcp: tsq: add a shortcut in tcp_small_queue_check()Eric Dumazet
2016-12-05tcp: tsq: avoid one atomic in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add shortcut in tcp_tasklet_func()Eric Dumazet
2016-12-05tcp: tsq: remove one locked operation in tcp_wfree()Eric Dumazet
2016-12-05tcp: tsq: add tsq_flags / tsq_enumEric Dumazet
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark
2016-12-03ipv4: fib: Replay events when registering FIB notifierIdo Schimmel
2016-12-03ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel
2016-12-03ipv4: fib: Convert FIB notification chain to be atomicIdo Schimmel
2016-12-03ipv4: fib: Export free_fib_info()Ido Schimmel
2016-12-03act_mirred: fix a typo in get_devWANG Cong
2016-12-03udp: be less conservative with sock rmem accountingPaolo Abeni
2016-12-03net_sched: gen_estimator: account for timer driftsEric Dumazet
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan
2016-12-03netns: publish net_generic correctlyAlexey Dobriyan
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-02tipc: check minimum bearer MTUMichal Kubeček
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion
2016-12-02net/sched: cls_flower: Provide a filter to replace/destroy hardware filter fu...Hadar Hen Zion
2016-12-02net/sched: cls_flower: Try to offload only if skip_hw flag isn't setHadar Hen Zion
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-02packet: fix race condition in packet_set_ringPhilip Pettersson
2016-12-02sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-12-02route: Set lwtstate for local traffic and cached input dstsThomas Graf
2016-12-02route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf
2016-12-02net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser
2016-12-01rtnetlink: return the correct error codeZhang Shengju