summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern2015-09-303-21/+25
* net: Remove vrf header fileDavid Ahern2015-09-301-29/+0
* net: Remove the now unused vrf_ptrDavid Ahern2015-09-302-8/+0
* net: Replace calls to vrf_dev_get_rthDavid Ahern2015-09-301-22/+0
* net: Replace vrf_dev_table and friendsDavid Ahern2015-09-301-80/+0
* net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern2015-09-301-41/+0
* net: Introduce L3 Master device abstractionDavid Ahern2015-09-302-0/+128
* net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern2015-09-303-10/+10
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-302-23/+6
* tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2015-09-301-3/+2
* tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet2015-09-301-1/+1
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-301-9/+10
* tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-302-2/+2
* tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-301-1/+1
* net: constify sk_gfp_atomic() sock argumentEric Dumazet2015-09-301-1/+1
* inet: constify __inet_inherit_port() sock argumentEric Dumazet2015-09-301-1/+1
* inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet2015-09-301-1/+2
* dccp: use inet6_csk_route_req() helperEric Dumazet2015-09-301-1/+1
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-301-2/+1
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-301-1/+1
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-301-2/+2
* net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2015-09-301-1/+1
* bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-291-0/+1
* net/mlx5_core: Fix wrong name in structEli Cohen2015-09-291-1/+1
* tcp: avoid reorders for TFO passive connectionsEric Dumazet2015-09-291-4/+4
* vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-271-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-2761-283/+491
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-2611-27/+62
| |\
| | * phy: add phy_device_remove()Russell King2015-09-251-0/+1
| | * phy: fix mdiobus module safetyRussell King2015-09-251-1/+4
| | * lwtunnel: remove source and destination UDP port config optionJiri Benc2015-09-241-4/+0
| | * ipv4: send arp replies to the correct tunnelJiri Benc2015-09-241-0/+2
| | * skbuff: Fix skb checksum flag on skb pullPravin B Shelar2015-09-241-0/+3
| | * netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman2015-09-231-0/+1
| | * tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-221-1/+13
| | * ip6tunnel: make rx/tx bytes counters consistentNicolas Dichtel2015-09-211-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-211-3/+3
| | |\
| | | * netfilter: bridge: fix routing of bridge frames with call-iptables=1Florian Westphal2015-09-141-3/+3
| | * | net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-211-11/+19
| | * | net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-182-1/+2
| | * | ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-181-1/+2
| | * | ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
| | * | ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-151-2/+9
| | * | ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
| | |/
| * | Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-261-2/+9
| |\ \
| | * | cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo2015-09-241-2/+9
| * | | Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-251-0/+3
| |\ \ \
| | * | | SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-181-0/+3
| * | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-09-251-1/+7
| |\ \ \ \
| | * | | | thermal: Add a function to get the minimum powerJavi Merino2015-09-141-0/+6