aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman6-15/+16
2015-10-12ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman1-1/+2
2015-10-12packet: fix match_fanout_group()Eric Dumazet1-3/+3
2015-10-12ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2-1/+15
2015-10-12bridge: try switchdev op first in __vlan_vid_add/delJiri Pirko1-36/+22
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet7-17/+17
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet5-5/+21
2015-10-12packet: support per-packet fwmark for af_packet sendmsgEdward Jee1-1/+9
2015-10-12sock: support per-packet fwmarkEdward Jee1-0/+26
2015-10-12bpf: enable non-root eBPF programsAlexei Starovoitov1-1/+2
2015-10-12bridge: push bridge setting ageing_time down to switchdevScott Feldman5-7/+29
2015-10-12switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman1-1/+8
2015-10-12tcp: change type of alive from int to boolRichard Sailer1-3/+3
2015-10-12bridge: allow adding of fdb entries pointing to the bridge deviceRoopa Prabhu2-30/+93
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet2-0/+2
2015-10-11net: dsa: use switchdev obj in port_fdb_delVivien Didelot1-1/+1
2015-10-11net: dsa: push prepare phase in port_fdb_addVivien Didelot1-1/+1
2015-10-11net: dsa: add port_fdb_prepareVivien Didelot1-2/+5
2015-10-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller21-135/+1870
2015-10-11net: synack packets can be attached to request socketsEric Dumazet1-1/+2
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov2-10/+12
2015-10-09net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker1-12/+3
2015-10-09net/dcb: make dcbnl.c explicitly non-modularPaul Gortmaker1-27/+3
2015-10-09net/core: make sock_diag.c explicitly non-modularPaul Gortmaker1-11/+3
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai1-1/+1
2015-10-09net/dccp: dccp_bad_service_code can be booleanYaowei Bai1-2/+2
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai1-1/+1
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai1-1/+1
2015-10-08Bluetooth: Fix basic debugfs entries for unconfigured controllersMarcel Holtmann1-14/+15
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-7/+2
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa1-49/+0
2015-10-086lowpan: move shared settings to lowpan_netdev_setupAlexander Aring3-10/+5
2015-10-08net: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2015-10-08bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann1-0/+1
2015-10-08Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linuxDavid S. Miller12-282/+448
2015-10-08dst: Pass net into dst->outputEric W. Biederman12-37/+30
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman12-19/+17
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman3-7/+5
2015-10-08ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman1-4/+6
2015-10-08ipv4: Cache net in iptunnel_xmitEric W. Biederman1-2/+2
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman6-12/+6
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman3-9/+4
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman7-12/+12
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman3-9/+4
2015-10-08dst: Pass a sk into .local_outEric W. Biederman7-7/+7
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman18-25/+27
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman1-4/+3
2015-10-08ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman1-1/+1
2015-10-08ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman1-1/+1
2015-10-08Bluetooth: 6lowpan: Remove unnecessary chan_get() functionJohan Hedberg1-15/+5