aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-07tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet1-1/+1
2015-10-07net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan1-8/+16
2015-10-07bridge: netlink: add support for port's multicast_router attributeNikolay Aleksandrov1-0/+19
2015-10-07bridge: netlink: allow to flush port's fdbNikolay Aleksandrov1-0/+3
2015-10-07bridge: netlink: export port's timer valuesNikolay Aleksandrov1-0/+14
2015-10-07bridge: netlink: export port's topology_change_ack and config_pendingNikolay Aleksandrov1-1/+6
2015-10-07bridge: netlink: export port's id and numberNikolay Aleksandrov1-1/+5
2015-10-07bridge: netlink: export port's designated cost and portNikolay Aleksandrov1-1/+5
2015-10-07bridge: netlink: export port's bridge idNikolay Aleksandrov1-1/+4
2015-10-07bridge: netlink: export port's root idNikolay Aleksandrov1-1/+4
2015-10-07net: Lookup actual route when oif is VRF deviceDavid Ahern1-0/+3
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller29-461/+916
2015-10-07net: Add l3mdev saddr lookup to raw_sendmsgDavid Ahern1-2/+6
2015-10-07net: Add source address lookup op for VRFDavid Ahern1-19/+3
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern2-15/+22
2015-10-07net: Add netif_is_l3_slaveDavid Ahern1-4/+4
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern1-1/+1
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern1-0/+1
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc1-37/+84
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc4-5/+12
2015-10-07bridge: netlink: make br_fill_info's frame size smallerNikolay Aleksandrov1-23/+19
2015-10-07net: Add support for filtering neigh dump by device indexDavid Ahern1-2/+15
2015-10-07net: dsa: better error reportingRussell King2-10/+18
2015-10-05ipv4: Fix compilation errors in fib_rebalancePeter Nørlund1-2/+2
2015-10-05RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar4-62/+147
2015-10-05RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar1-2/+2
2015-10-05RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar1-1/+1
2015-10-05RDS: IB: use already available pool handle from ibmrSantosh Shilimkar1-3/+2
2015-10-05RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar1-1/+1