summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-162-4/+2
* tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson2017-06-152-2/+4
* tcp: ULP infrastructureDave Watson2017-06-155-1/+190
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-154-30/+37
|\
| * net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2017-06-141-2/+6
| * igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-06-131-8/+13
| * net: ipmr: Fix some mroute forwarding issues in vrf'sDonald Sharp2017-06-111-17/+15
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-072-3/+3
* | udp: try to avoid 2 cache miss on dequeuePaolo Abeni2017-06-121-11/+103
* | udp: avoid a cache miss on dequeuePaolo Abeni2017-06-121-1/+5
* | Ipvlan should return an error when an address is already in use.Krister Johansen2017-06-091-0/+33
* | net: ipmr: add getlink supportNikolay Aleksandrov2017-06-081-0/+126
* | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-083-6/+27
* | tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-085-19/+22
* | tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-085-12/+12
* | tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-085-13/+14
* | tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-083-10/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-063-3/+6
|\ \ | |/
| * net: ping: do not abuse udp_poll()Eric Dumazet2017-06-041-1/+1
| * tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-021-0/+1
| * tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos2017-05-311-2/+4
* | ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld2017-06-042-9/+19
* | neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2017-06-041-0/+4
* | dccp: consistently use dccp_write_space()Eric Dumazet2017-06-041-1/+0
* | tcp: remove unnecessary skb_reset_tail_pointer()Eric Dumazet2017-06-021-4/+2
* | tcp: use TS opt on RTTs for congestion controlYuchung Cheng2017-06-021-7/+8
* | ipv4: route: restore skb_dst_set in inet_rtm_getrouteRoopa Prabhu2017-06-011-3/+4
* | net: add extack arg to lwtunnel build stateDavid Ahern2017-05-304-15/+21
* | net: lwtunnel: Add extack to encap attr validationDavid Ahern2017-05-301-2/+4
* | net: ipv4: Add extack message for invalid prefix or lengthDavid Ahern2017-05-302-9/+15
* | net: ipv4: refactor key and length checksDavid Ahern2017-05-301-10/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-265-12/+29
|\ \ | |/
| * ipv4: add reference counting to metricsEric Dumazet2017-05-262-8/+19
| * arp: fixed -Wuninitialized compiler warningIhar Hrachyshka2017-05-251-1/+1
| * tcp: avoid fastopen API to be used on AF_UNSPECWei Wang2017-05-251-2/+5
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-05-231-1/+4
| |\
| | * esp4: Fix udpencap for local TCP packets.Steffen Klassert2017-05-041-1/+4
* | | net: ipv4: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu2017-05-261-2/+11
* | | net: ipv4: Save trie prefix to fib lookup resultDavid Ahern2017-05-261-0/+1
* | | net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookupDavid Ahern2017-05-261-8/+13
* | | net: ipv4: Remove event arg to rt_fill_infoDavid Ahern2017-05-261-4/+3
* | | net: ipv4: refactor ip_route_input_norefDavid Ahern2017-05-261-29/+37
* | | net: ipv4: refactor __ip_route_output_key_hashDavid Ahern2017-05-262-23/+32
* | | tcp: better validation of received ack sequencesEric Dumazet2017-05-251-13/+11
* | | tcp: fix TCP_SYNCNT flakesEric Dumazet2017-05-241-15/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-222-17/+43
|\ \ \ | |/ /
| * | arp: always override existing neigh entries with gratuitous ARPIhar Hrachyshka2017-05-211-4/+5
| * | arp: postpone addr_type calculation to as late as possibleIhar Hrachyshka2017-05-211-7/+17
| * | arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-211-12/+23
| * | arp: fixed error in a commentIhar Hrachyshka2017-05-211-1/+1
OpenPOWER on IntegriCloud