summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman
2015-10-08ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman
2015-10-08ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman
2015-10-07tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet
2015-10-07net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan
2015-10-07bridge: netlink: add support for port's multicast_router attributeNikolay Aleksandrov
2015-10-07bridge: netlink: allow to flush port's fdbNikolay Aleksandrov
2015-10-07bridge: netlink: export port's timer valuesNikolay Aleksandrov
2015-10-07bridge: netlink: export port's topology_change_ack and config_pendingNikolay Aleksandrov
2015-10-07bridge: netlink: export port's id and numberNikolay Aleksandrov
2015-10-07bridge: netlink: export port's designated cost and portNikolay Aleksandrov
2015-10-07bridge: netlink: export port's bridge idNikolay Aleksandrov
2015-10-07bridge: netlink: export port's root idNikolay Aleksandrov
2015-10-07net: Lookup actual route when oif is VRF deviceDavid Ahern
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller
2015-10-07net: Add l3mdev saddr lookup to raw_sendmsgDavid Ahern
2015-10-07net: Add source address lookup op for VRFDavid Ahern
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern
2015-10-07net: Add netif_is_l3_slaveDavid Ahern
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc
2015-10-07openvswitch: add tunnel protocol to sw_flow_keyJiri Benc
2015-10-07bridge: netlink: make br_fill_info's frame size smallerNikolay Aleksandrov
2015-10-07net: Add support for filtering neigh dump by device indexDavid Ahern
2015-10-07net: dsa: better error reportingRussell King
2015-10-05ipv4: Fix compilation errors in fib_rebalancePeter Nørlund
2015-10-05mac80211: make ieee80211_new_mesh_header return unsignedAndrzej Hajda
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller
2015-10-05RDS-TCP: Set up MSG_MORE and MSG_SENDPAGE_NOTLAST as appropriate in rds_tcp_xmitSowmini Varadhan
2015-10-05RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tuneSowmini Varadhan
2015-10-05RDS: Use a single TCP socket for both send and receive.Sowmini Varadhan
2015-10-05tcp: restore fastopen operationsEric Dumazet
2015-10-05net: sctp: avoid incorrect time_t useArnd Bergmann
2015-10-05ipv6: use ktime_t for internal timestampsArnd Bergmann
2015-10-05nfnetlink: use y2038 safe timestampArnd Bergmann
2015-10-05mac80211: use ktime_get_secondsArnd Bergmann
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet
2015-10-05net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet
2015-10-04bridge: netlink: add support for default_pvidNikolay Aleksandrov
2015-10-04bridge: netlink: add support for netfilter tables configNikolay Aleksandrov
2015-10-04bridge: netlink: add support for igmp's intervalsNikolay Aleksandrov
2015-10-04bridge: netlink: add support for multicast_startup_query_countNikolay Aleksandrov
2015-10-04bridge: netlink: add support for multicast_last_member_countNikolay Aleksandrov
2015-10-04bridge: netlink: add support for igmp's hash_maxNikolay Aleksandrov