summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: switchdev: remove dev in port_vlan_dump_putVivien Didelot2015-09-291-6/+5
* net: Replace calls to vrf_dev_get_rthDavid Ahern2015-09-291-5/+3
* net: Replace vrf_dev_table and friendsDavid Ahern2015-09-292-6/+5
* net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern2015-09-296-22/+20
* net: Introduce L3 Master device abstractionDavid Ahern2015-09-295-0/+111
* net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern2015-09-293-3/+3
* tcp: prepare fastopen code for upcoming listener changesEric Dumazet2015-09-297-37/+29
* tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet2015-09-291-4/+5
* tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet2015-09-292-2/+4
* tcp: cookie_init_sequence() cleanupsEric Dumazet2015-09-292-9/+2
* tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2015-09-295-7/+10
* tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet2015-09-291-1/+3
* dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2015-09-292-2/+2
* inet: constify __inet_inherit_port() sock argumentEric Dumazet2015-09-291-1/+1
* inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet2015-09-291-1/+1
* dccp: use inet6_csk_route_req() helperEric Dumazet2015-09-293-20/+12
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-294-5/+5
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-294-7/+6
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-296-12/+12
* net: Remove martian_source_keep_err goto labelDavid Ahern2015-09-291-4/+2
* net: Swap ordering of tests in ip_route_input_mcAlexander Duyck2015-09-291-3/+2
* net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2015-09-291-1/+1
* netpoll: Drop budget parameter from NAPI polling call hierarchyAlexander Duyck2015-09-291-12/+11
* bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov2015-09-298-460/+731
* net: help compiler generate better code in eth_get_headlenJesper Dangaard Brouer2015-09-281-1/+1
* tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad2015-09-281-2/+2
* net: Remove redundant oif checks in rt6_device_matchDavid Ahern2015-09-281-3/+3
* tcp: avoid reorders for TFO passive connectionsEric Dumazet2015-09-282-24/+30
* bridge: Allow forward delay to be cfgd when STP enabledIan Wilson2015-09-271-9/+4
* vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-2657-420/+778
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-2648-341/+644
| |\
| | * net: Fix panic in icmp_route_lookupDavid Ahern2015-09-251-2/+2
| | * net: fix net_device refcountingRussell King2015-09-242-1/+13
| | * net: dsa: fix of_mdio_find_bus() device refcount leakRussell King2015-09-241-7/+31
| | * ip6_tunnel: Reduce log level in ip6_tnl_err() to debugMatt Bennett2015-09-241-8/+8
| | * Merge tag 'mac80211-for-davem-2015-09-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-09-241-5/+8
| | |\
| | | * mac80211: reset CQM history upon reconfigurationSara Sharon2015-09-221-0/+1
| | | * mac80211: fix VHT MCS mask array overrunJohannes Berg2015-09-221-5/+7
| | * | ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett2015-09-241-8/+8
| | * | fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-09-241-5/+9
| | * | net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong2015-09-241-15/+15
| | * | lwtunnel: remove source and destination UDP port config optionJiri Benc2015-09-241-24/+0
| | * | ipv4: send arp replies to the correct tunnelJiri Benc2015-09-242-14/+53
| | * | netlink: Replace rhash_portid with boundHerbert Xu2015-09-242-12/+29
| | * | Fix AF_PACKET ABI breakage in 4.2David Woodhouse2015-09-231-15/+17
| | * | netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman2015-09-232-2/+10
| | * | tcp: add proper TS val into RST packetsEric Dumazet2015-09-231-0/+1
| | * | net: dsa: Fix Marvell Egress Trailer checkNeil Armstrong2015-09-221-1/+1
| | * | openvswitch: Zero flows on allocation.Jesse Gross2015-09-223-14/+15
OpenPOWER on IntegriCloud