summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-27cfg80211: mesh: track (and thus validate) beacon intervalJohannes Berg1-0/+2
2016-10-27cfg80211: fix beacon interval in interface combination iterationJohannes Berg1-4/+2
2016-10-27cfg80211: add generic helper to check interface is runningArend Van Spriel2-41/+20
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg1-0/+10
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet3-7/+9
2016-10-26sctp: fix the panic caused by route updateXin Long1-1/+7
2016-10-26devlink: Prevent port_type_set() callback when it's not neededElad Raz1-0/+2
2016-10-26batman-adv: Revert "use core MTU range checking in misc drivers"Sven Eckelmann1-1/+12
2016-10-26sch_htb: do not report fake rate estimatorsEric Dumazet1-1/+1
2016-10-26cfg80211: process events caused by suspend before suspendingJohannes Berg1-1/+4
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov6-4/+303
2016-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-35/+42
2016-10-23lwt: Remove unused len fieldThomas Graf2-7/+2
2016-10-23net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-10-23ipv6: do not increment mac header when it's unsetJason A. Donenfeld1-1/+2
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin1-1/+8
2016-10-23net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+2
2016-10-22udp: use it's own memory accounting schemaPaolo Abeni4-66/+33
2016-10-22udp: implement memory accounting helpersPaolo Abeni1-0/+106
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2-33/+67
2016-10-22ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore1-15/+20
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson5-2/+11
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2-6/+14
2016-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-42/+70
2016-10-21batman-adv: fix splat on disabling an interfaceLinus Lüssing1-1/+0
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson4-33/+12
2016-10-20net: use core MTU range checking in misc driversJarod Wilson5-43/+8
2016-10-20net: use core MTU range checking in core net infraJarod Wilson4-14/+7
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-10/+1
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-11/+4
2016-10-20ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet7-8/+17
2016-10-20net: add recursion limit to GROSabrina Dubroca8-8/+9
2016-10-20ipv6: properly prevent temp_prefered_lft sysctl raceJiri Bohac1-5/+4
2016-10-20netfilter: fix nf_queue handlingPablo Neira Ayuso3-27/+36
2016-10-20netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel1-1/+1
2016-10-20tcp: relax listening_hash operationsEric Dumazet2-15/+7
2016-10-20net/ncsi: Improve HNCDSC AEN handlerGavin Shan1-3/+15
2016-10-20net/ncsi: Choose hot channel as active one if necessaryGavin Shan2-3/+20
2016-10-20net/ncsi: Fix stale link state of inactive channels on failoverGavin Shan2-1/+28
2016-10-20net/ncsi: Avoid if statements in ncsi_suspend_channel()Gavin Shan1-28/+50
2016-10-20ila: Fix tailroom allocation of lwtstateThomas Graf1-1/+1
2016-10-20net/sched: act_mirred: Use passed lastuse argumentPaul Blakey1-1/+4
2016-10-19openvswitch: remove unnecessary EXPORT_SYMBOLsJiri Benc3-4/+0
2016-10-19openvswitch: remove unused functionsJiri Benc2-17/+0
2016-10-19Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski3-35/+42
2016-10-19netfilter: x_tables: suppress kmemcheck warningFlorian Westphal1-1/+1
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds1-1/+1