summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek1-1/+4
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek3-10/+21
2016-02-11tcp: __tcp_hdrlen() helperCraig Gallek1-1/+6
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek1-0/+2
2016-02-11sock: struct proto hash function may errorCraig Gallek6-8/+9
2016-02-10target/transport: add flag to indicate CPU Affinity is observedQuinn Tran1-0/+2
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+12
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+5
2016-02-10efi: Make efivarfs entries immutable by defaultPeter Jones1-0/+2
2016-02-10efi: Make our variable validation list include the guidPeter Jones1-1/+2
2016-02-10lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+4
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+1
2016-02-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+10
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov1-0/+1
2016-02-09bridge: mdb: add support for offloaded mdb entriesElad Raz1-0/+2
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry1-0/+1
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-1/+1
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2-2/+3
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov2-2/+3
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov2-2/+2
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov2-1/+1
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov2-1/+1
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov2-1/+1
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2-2/+4
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov2-1/+2
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov2-1/+1
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov2-1/+2
2016-02-07ethtool: add speed/duplex validation functionsNikolay Aleksandrov1-0/+34
2016-02-07sunvnet: Add support for perf LDC event tracingSowmini Varadhan1-0/+139
2016-02-07tcp: new delivery accountingYuchung Cheng1-0/+1
2016-02-07net: Add support for fill_slave_info to VRF deviceDavid Ahern1-0/+8
2016-02-07vxlan: restructure vxlan.h definitionsJiri Benc1-41/+63
2016-02-07vxlan: remove duplicated macrosJiri Benc1-3/+0
2016-02-07vxlan: cleanup typesJiri Benc1-7/+7
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+4
2016-02-06target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usageNicholas Bellinger1-4/+0
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet1-0/+1
2016-02-06bcma: add support for BCM47094Rafał Miłecki1-0/+1
2016-02-06bcma: support PMU present as separated bus coreRafał Miłecki1-0/+19
2016-02-06bcma: use _PMU_ in all names of PMU registersRafał Miłecki1-6/+6
2016-02-06bcma: identify bus cores (devices) found on BCM47189Rafał Miłecki1-0/+2
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov1-0/+23
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov2-0/+2
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_HASH mapAlexei Starovoitov1-0/+1
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones1-1/+1
2016-02-06tcp: fastopen: accept data/FIN present in SYNACK messageEric Dumazet1-0/+1
2016-02-06team: track sum of rx_nohandler for all slavesJarod Wilson1-0/+1
2016-02-06net: add rx_nohandler stat counterJarod Wilson2-0/+7
2016-02-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-20/+6