summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov2016-03-031-1/+1
* tcp/dccp: fix another race at listener dismantleEric Dumazet2016-03-032-14/+14
* route: check and remove route cache when we get routeXin Long2016-03-031-14/+63
* tcp: md5: release request socket instead of listenerEric Dumazet2016-03-031-2/+4
* ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-03-034-3/+11
* net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-03-031-2/+2
* tcp: do not drop syn_recv on all icmp reportsEric Dumazet2016-03-031-3/+8
* tcp: beware of alignments in tcp_get_info()Eric Dumazet2016-03-031-4/+8
* inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2016-03-032-2/+1
* tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet2016-03-031-5/+8
* net: preserve IP control block during GSO segmentationKonstantin Khlebnikov2016-01-311-0/+1
* udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2016-01-311-1/+1
* tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-01-311-1/+1
* tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng2016-01-061-0/+3
* net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern2016-01-042-4/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-12-221-9/+37
|\
| * xfrm: dst_entries_init() per-net dst_opsDan Streetman2015-11-031-9/+37
* | ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar2015-12-181-3/+0
* | tcp: restore fastopen with no data in SYN packetEric Dumazet2015-12-171-11/+12
* | fou: clean up socket with kfree_rcuHannes Frederic Sowa2015-12-161-1/+2
* | net: fix IP early demux racesEric Dumazet2015-12-141-3/+2
* | net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-141-0/+1
|\ \
| * | netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso2015-12-101-0/+1
* | | net: Flush local routes when device changes vrf associationDavid Ahern2015-12-131-0/+9
* | | ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2015-12-031-2/+3
* | | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-011-4/+3
* | | tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2015-11-301-0/+1
* | | net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2015-11-241-8/+0
|/ /
* | net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-221-7/+8
* | tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet2015-11-201-3/+19
* | tcp: fix Fast Open snmp over-counting bugYuchung Cheng2015-11-201-1/+1
* | tcp: disable Fast Open on timeouts after handshakeYuchung Cheng2015-11-201-0/+12
* | tcp: md5: fix lockdep annotationEric Dumazet2015-11-181-1/+2
* | udp: remove duplicate includestephen hemminger2015-11-181-1/+0
* | raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox2015-11-161-3/+5
* | tcp: ensure proper barriers in lockless contextsEric Dumazet2015-11-154-19/+22
* | netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham2015-11-091-1/+1
* | tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2015-11-051-1/+1
* | ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet2015-11-051-3/+2
* | tcp: fix req->saved_syn raceEric Dumazet2015-11-052-3/+2
* | net: Fix prefsrc lookupsDavid Ahern2015-11-041-3/+10
* | ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-042-23/+34
* | ipv4: disable BH when changing ip local port rangeWANG Cong2015-11-041-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-033-12/+25
|\|
| * ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha2015-11-021-3/+3
| * ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov2015-11-011-0/+7
| * ipv4: fix to not remove local route on link downJulian Anastasov2015-11-012-9/+15
* | net: fix percpu memory leaksEric Dumazet2015-11-022-9/+9
* | net: make skb_set_owner_w() more robustEric Dumazet2015-11-021-3/+1
OpenPOWER on IntegriCloud