summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-01-24ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2-0/+5
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann1-3/+4
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann1-15/+26
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann1-13/+2
2017-01-24af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2017-01-24net/sched: Introduce sample tc actionYotam Gigi3-0/+287
2017-01-24net: Introduce psample, a new genetlink channel for packet samplingYotam Gigi5-0/+323
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn1-1/+1
2017-01-24bridge: multicast to unicastFelix Fietkau6-29/+112
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen5-11/+64
2017-01-24mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg1-2/+0
2017-01-23netfilter: nf_tables: validate the name size when possibleLiping Zhang4-11/+22
2017-01-23net: dsa: Check return value of phy_connect_direct()Florian Fainelli1-4/+2
2017-01-23net: mpls: Fix multipath selection for LSR use caseDavid Ahern1-23/+25
2017-01-22ipv6: add NUMA awareness to seg6_hmac_init_algo()Eric Dumazet1-1/+2
2017-01-226lowpan: use rb_entry()Geliang Tang1-4/+4
2017-01-20Merge tag 'ceph-for-4.10-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2017-01-20bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera1-14/+19
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn5-172/+0
2017-01-20inet: don't use sk_v6_rcv_saddr directlyJosef Bacik1-1/+1
2017-01-20net: remove duplicate code.Mahesh Bandewar1-3/+1
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins1-5/+1
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy5-15/+108
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy7-47/+149
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy4-8/+87
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy4-9/+34
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter1-2/+1
2017-01-20gre6: Clean up unused struct ipv6_tel_txoption definitionJakub Sitnicki1-5/+0
2017-01-20Revert "net: sctp: fix array overrun read on sctp_timer_tbl"David S. Miller1-1/+1
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet4-8/+1
2017-01-20net: sctp: fix array overrun read on sctp_timer_tblColin Ian King1-1/+1
2017-01-20ipv6: seg6_genl_set_tunsrc() must check kmemdup() return valueEric Dumazet1-0/+2
2017-01-20virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang1-2/+2
2017-01-19net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern1-2/+5
2017-01-19net: caif: Remove unused stats member from struct chnl_netTobias Klauser1-1/+0
2017-01-19tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-01-19net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann1-6/+17
2017-01-19ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-01-19netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal1-19/+20
2017-01-19netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal1-5/+2
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser3-4/+0
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern3-7/+75
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot6-11/+11
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot2-7/+5
2017-01-18net: ipv6: remove prefix arg to rt6_fill_nodeDavid Ahern1-15/+12
2017-01-18net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2-24/+12
2017-01-18net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-01-18netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann1-1/+6
2017-01-18net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha1-1/+1
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long3-10/+131