aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05mac80211: make ieee80211_new_mesh_header return unsignedAndrzej Hajda2-6/+6
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2-6/+12
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-nextDavid S. Miller5-50/+47
2015-10-05RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmitSowmini Varadhan1-1/+7
2015-10-05RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan1-12/+4
2015-10-05RDS: Use a single TCP socket for both send and receive.Sowmini Varadhan3-30/+18
2015-10-05tcp: restore fastopen operationsEric Dumazet1-1/+0
2015-10-05net: sctp: avoid incorrect time_t useArnd Bergmann2-2/+2
2015-10-05ipv6: use ktime_t for internal timestampsArnd Bergmann1-9/+7
2015-10-05nfnetlink: use y2038 safe timestampArnd Bergmann1-3/+3
2015-10-05mac80211: use ktime_get_secondsArnd Bergmann1-6/+2
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund2-8/+70
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund2-69/+87
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet5-7/+9
2015-10-05net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet1-0/+1
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet2-20/+12
2015-10-04bridge: netlink: add support for default_pvidNikolay Aleksandrov3-8/+20
2015-10-04bridge: netlink: add support for netfilter tables configNikolay Aleksandrov1-1/+36
2015-10-04bridge: netlink: add support for igmp's intervalsNikolay Aleksandrov1-1/+69
2015-10-04bridge: netlink: add support for multicast_startup_query_countNikolay Aleksandrov1-6/+16
2015-10-04bridge: netlink: add support for multicast_last_member_countNikolay Aleksandrov1-1/+11
2015-10-04bridge: netlink: add support for igmp's hash_maxNikolay Aleksandrov1-1/+12
2015-10-04bridge: netlink: add support for igmp's hash_elasticityNikolay Aleksandrov1-1/+11
2015-10-04bridge: netlink: add support for multicast_querierNikolay Aleksandrov1-1/+12
2015-10-04bridge: netlink: add support for multicast_query_use_ifaddrNikolay Aleksandrov1-1/+12
2015-10-04bridge: netlink: add support for multicast_snoopingNikolay Aleksandrov1-1/+12
2015-10-04bridge: netlink: add support for multicast_routerNikolay Aleksandrov1-0/+19
2015-10-04bridge: netlink: add fdb flushNikolay Aleksandrov1-0/+3