summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add back lost debugfs filesJohannes Berg2017-02-072-0/+2
* mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński2017-01-263-4/+4
* rfkill: remove rfkill-regulatorJohannes Berg2017-01-243-166/+0
* ipv6: add NUMA awareness to seg6_hmac_init_algo()Eric Dumazet2017-01-221-1/+2
* 6lowpan: use rb_entry()Geliang Tang2017-01-221-4/+4
* net: dsa: Remove hwmon supportAndrew Lunn2017-01-205-172/+0
* inet: don't use sk_v6_rcv_saddr directlyJosef Bacik2017-01-201-1/+1
* net: remove duplicate code.Mahesh Bandewar2017-01-201-3/+1
* fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins2017-01-201-5/+1
* tipc: make replicast a user selectable optionJon Paul Maloy2017-01-205-15/+108
* tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-207-47/+149
* tipc: add functionality to lookup multicast destination nodesJon Paul Maloy2017-01-204-8/+87
* tipc: add function for checking broadcast support in bearerJon Paul Maloy2017-01-204-9/+34
* device: Implement a bus agnostic dev_num_vf routinePhil Sutter2017-01-201-2/+1
* gre6: Clean up unused struct ipv6_tel_txoption definitionJakub Sitnicki2017-01-201-5/+0
* net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-204-8/+1
* net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern2017-01-191-2/+5
* net: caif: Remove unused stats member from struct chnl_netTobias Klauser2017-01-191-1/+0
* net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann2017-01-191-6/+17
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-183-4/+0
* net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-186-11/+11
* net: dsa: store CPU switch structure in the treeVivien Didelot2017-01-182-7/+5
* net: ipv6: remove prefix arg to rt6_fill_nodeDavid Ahern2017-01-181-15/+12
* net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2017-01-182-24/+12
* sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-183-10/+131
* sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2017-01-182-0/+85
* sctp: add reconf_enable in asoc ep and netnsXin Long2017-01-184-0/+20
* sctp: add stream reconf primitiveXin Long2017-01-183-0/+36
* sctp: add stream reconf timerXin Long2017-01-185-2/+104
* sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-182-0/+122
* inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2017-01-181-20/+86
* inet: split inet_csk_get_port into two functionsJosef Bacik2017-01-181-22/+44
* inet: don't check for bind conflicts twice when searching for a portJosef Bacik2017-01-181-20/+11
* inet: kill smallest_size and smallest_portJosef Bacik2017-01-182-25/+4
* inet: drop ->bind_conflictJosef Bacik2017-01-186-61/+7
* inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-186-105/+93
* tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron2017-01-171-3/+25
* net: ping: Use right format specifier to avoid type castingGao Feng2017-01-171-3/+3
* bridge: sparse fixes in br_ip6_multicast_alloc_query()Lance Richardson2017-01-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-1730-98/+160
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-1727-92/+152
| |\
| | * net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-01-161-3/+2
| | * ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-161-1/+1
| | * bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-162-5/+4
| | * tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-01-165-13/+13
| | * ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-01-161-2/+2
| | * mld: do not remove mld souce list info when set link downHangbin Liu2017-01-161-21/+30
| | * Merge tag 'mac80211-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-01-159-37/+80
| | |\
| | | * mac80211: prevent skb/txq mismatchMichal Kazior2017-01-131-10/+7
| | | * mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau2017-01-131-4/+9