summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2015-09-302-2/+2
* 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/+1
* dccp: use inet6_csk_route_req() helperEric Dumazet2015-09-303-20/+12
* tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet2015-09-304-5/+5
* tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet2015-09-304-7/+6
* tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet2015-09-306-12/+12
* net: Remove martian_source_keep_err goto labelDavid Ahern2015-09-301-4/+2
* net: Swap ordering of tests in ip_route_input_mcAlexander Duyck2015-09-301-3/+2
* net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck2015-09-301-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-291-1/+1
* tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad2015-09-291-2/+2
* net: Remove redundant oif checks in rt6_device_matchDavid Ahern2015-09-291-3/+3
* tcp: avoid reorders for TFO passive connectionsEric Dumazet2015-09-292-24/+30
* bridge: Allow forward delay to be cfgd when STP enabledIan Wilson2015-09-281-9/+4
* vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc2015-09-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-2757-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-261-2/+2
| | * net: fix net_device refcountingRussell King2015-09-252-1/+13
| | * net: dsa: fix of_mdio_find_bus() device refcount leakRussell King2015-09-251-7/+31
| | * ip6_tunnel: Reduce log level in ip6_tnl_err() to debugMatt Bennett2015-09-251-8/+8
| | * Merge tag 'mac80211-for-davem-2015-09-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-09-251-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-251-8/+8
| | * | fib_rules: fix fib rule dumps across multiple skbsWilson Kok2015-09-251-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-231-1/+1
| | * | openvswitch: Zero flows on allocation.Jesse Gross2015-09-233-14/+15
| | * | inet: fix races in reqsk_queue_hash_req()Eric Dumazet2015-09-221-4/+4
| | * | tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-223-15/+18
| | * | netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2015-09-212-5/+8
| | * | iptunnel: 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-212-8/+25
| | |\ \
| | | * | netfilter: nf_log: wait for rcu grace after logger unregistrationPablo Neira Ayuso2015-09-171-0/+1
| | | * | netfilter: nft_compat: skip family comparison in case of NFPROTO_UNSPECPablo Neira Ayuso2015-09-141-6/+18
| | | * | netfilter: nf_log: don't zap all loggers on unregisterFlorian Westphal2015-09-141-2/+6
| | * | | tipc: reinitialize pointer after skb linearizeErik Hugne2015-09-211-0/+1
| | * | | net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-212-3/+7
| | * | | tcp_cubic: do not set epoch_start in the futureEric Dumazet2015-09-181-2/+8
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-09-181-6/+6
| | |\ \ \