aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-11net: sched: further simplify handle_ingDaniel Borkmann3-61/+31
2015-05-11net: sched: consolidate handle_ing and ing_filterDaniel Borkmann1-30/+16
2015-05-11test: bpf: extend "load 64-bit immediate" testcaseXi Wang1-1/+2
2015-05-11Merge branch 'bonding_netlink_lacp'David S. Miller10-9/+328
2015-05-11bonding: add netlink support for sys prio, actor sys mac, and port keyAndy Gospodarek3-9/+74
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar7-7/+123
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar8-1/+70
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar8-2/+71
2015-05-11Merge branch 'kernel_socket_netns'David S. Miller72-238/+166
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman2-36/+0
2015-05-11netlink: Create kernel netlink sockets in the proper network namespaceEric W. Biederman1-8/+6
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman8-45/+30
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman59-108/+109
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman13-26/+26
2015-05-11tun: Utilize the normal socket network namespace refcounting.Eric W. Biederman3-24/+4
2015-05-10codel: add ce_threshold attributeEric Dumazet4-4/+42
2015-05-10ethernet: qualcomm: use spi instead of spi_deviceVarka Bhadram1-23/+23
2015-05-09Merge branch 'pktgen-next'David S. Miller2-5/+89
2015-05-09pktgen: introduce xmit_mode '<start_xmit|netif_receive>'Alexei Starovoitov2-5/+84
2015-05-09pktgen: adjust flag NO_TIMESTAMP to be more pktgen compliantJesper Dangaard Brouer2-0/+5
2015-05-09Merge branch 'netns-scalability'David S. Miller7-82/+170
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel5-6/+61
2015-05-09netlink: rename private flags and statesNicolas Dichtel1-29/+30
2015-05-09netns: use a spin_lock to protect nsid managementNicolas Dichtel1-13/+44
2015-05-09netns: notify new nsid outside __peernet2id()Nicolas Dichtel1-14/+27
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel4-5/+5
2015-05-09netns: always provide the id to rtnl_net_fill()Nicolas Dichtel1-20/+11
2015-05-09netns: returns always an id in __peernet2id()Nicolas Dichtel1-11/+8
2015-05-09Merge tag 'linux-can-next-for-4.2-20150506' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller7-59/+159
2015-05-09net: macb: Add change_mtu callback with jumbo supportHarini Katakam1-1/+23
2015-05-09net: macb: Add support for jumbo framesHarini Katakam2-4/+27
2015-05-09net: macb: Add compatible string for Zynq Ultrascale+ MPSoCHarini Katakam1-0/+8
2015-05-09devicetree: Add compatible string for Zynq Ultrascale+ MPSoCHarini Katakam1-0/+1
2015-05-09tcp: set SOCK_NOSPACE under memory pressureJason Baron1-1/+5
2015-05-09gianfar: Enable changing mac addr when if upClaudiu Manoil1-1/+12
2015-05-09gianfar: Move TxFIFO underrun handling to reset pathClaudiu Manoil1-30/+10
2015-05-09Merge branch 'bpf_seccomp'David S. Miller3-71/+91
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann3-39/+66
2015-05-09net: filter: add __GFP_NOWARN flag for larger kmem allocsDaniel Borkmann1-3/+6
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan3-54/+26
2015-05-09net: filter: add a callback to allow classic post-verifier transformationsNicolas Schichan2-3/+21
2015-05-09Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller76-843/+1429
2015-05-09Merge branch 'tcp-more-reliable-window-probes'David S. Miller6-15/+37
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet5-8/+13
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet3-7/+24
2015-05-09tipc: send explicit not supported error in nl compatRichard Alpe1-1/+1
2015-05-09tipc: add broadcast link window set/get to nl apiRichard Alpe3-30/+58
2015-05-09tipc: fix default link prop regression in nl compatRichard Alpe2-23/+114
2015-05-09cxgb4: Initialize RSS mode for all PortsHariprasad Shenai3-7/+80
2015-05-09Merge branch 'be2net'David S. Miller8-124/+250