aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-04-21Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidlsk-v4.4-16.04-androidAlex Shi
2016-04-20ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet
2016-04-20ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-04-20tcp: fix tcpi_segs_in after connection establishmentEric Dumazet
2016-04-20mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-04-20ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa
2016-04-20tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-04-20tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov
2016-04-07ANDROID: net: fix 'const' warningsBrian Norris
2016-04-07net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2016-04-07net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti
2016-04-07tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet
2016-04-07net: diag: Support destroying TCP sockets.Lorenzo Colitti
2016-04-07net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti
2016-04-07net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti
2016-03-14Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2016-03-03rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-03tcp/dccp: fix another race at listener dismantleEric Dumazet
2016-03-03route: check and remove route cache when we get routeXin Long
2016-03-03tcp: md5: release request socket instead of listenerEric Dumazet
2016-03-03ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-03-03net:Add sysctl_max_skb_fragsHans Westgaard Ry
2016-03-03tcp: do not drop syn_recv on all icmp reportsEric Dumazet
2016-03-03tcp: beware of alignments in tcp_get_info()Eric Dumazet
2016-03-03inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer
2016-03-03tcp: fix NULL deref in tcp_v4_send_ack()Eric Dumazet
2016-02-18Merge branch 'android-4.4' of https://android.googlesource.com/kernel/commonlsk-v4.4-16.02-androidAmit Pundir
2016-02-16tcp: Fix IPV6 module build errorsTushar Behera
2016-02-16Don't kill IPv4 sockets when killing IPv6 sockets was requested.Lorenzo Colitti
2016-02-16tcp: fix tcp_default_init_rwnd() for 4.1Dmitry Shmidt
2016-02-16tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall
2016-02-16net: core: Handle 'sk' being NULL in UID-based routingSreeram Ramachandran
2016-02-16net: core: Support UID-based routing.Lorenzo Colitti
2016-02-16net: kuid/kguid build fixesJohn Stultz
2016-02-16misc: uidstat: Adding uid stat driver to collect network statistics.Mike Chan
2016-02-16net: fix crash in tcp_nuke_addr()Dmitry Torokhov
2016-02-16net: fix iterating over hashtable in tcp_nuke_addr()Dmitry Torokhov
2016-02-16net: socket ioctl to reset connections matching local addressRobert Love
2016-02-16sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window sizeRobert Love
2016-02-16net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).Chia-chi Yeh
2016-02-16Paranoid network.Robert Love
2016-01-31net: preserve IP control block during GSO segmentationKonstantin Khlebnikov
2016-01-31udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček
2016-01-31tcp_yeah: don't set ssthresh below 2Neal Cardwell
2016-01-06tcp: fix zero cwnd in tcp_cwnd_reductionYuchung Cheng
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern
2015-12-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-12-18ipip: ioctl: Remove superfluous IP-TTL handling.Pravin B Shelar