summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2016-04-12net: ipv4: Fix type casting to resolve compilation errorsJeevan Shriram
2016-03-23cne: Add reference count for Smart Wireless Interface ManagerSkylar Chang
2016-03-23net: initialize variables to avoid UML compilation failureJeevan Shriram
2016-03-23net: tcp: check for SOCK_DEAD again in tcp_nuke_addrLorenzo Colitti
2016-03-23Fix NULL pointer dereference in tcp_nuke_addr.Lorenzo Colitti
2016-03-23net: ipv4: fix compilation warning for uninitialized variableJeevan Shriram
2016-03-23Merge remote-tracking branch 'lsk-44/linux-linaro-lsk-v4.4' into 44rc2David Keitel
2016-03-22net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan
2016-03-22net: Indicate whether a socket is a transparent socketHarout Hedeshian
2016-03-22net: udp: Adjust UDP socket state for encapsulation socketsHarout Hedeshian
2016-02-25net: diag: support v4mapped sockets in inet_diag_find_one_icsk()Eric Dumazet
2016-02-25net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti
2016-02-25tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet
2016-02-25net: diag: Support destroying TCP sockets.Lorenzo Colitti
2016-02-25net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti
2016-02-25net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti
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
2015-12-17tcp: restore fastopen with no data in SYN packetEric Dumazet
2015-12-16fou: clean up socket with kfree_rcuHannes Frederic Sowa
2015-12-14net: fix IP early demux racesEric Dumazet
2015-12-14net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2015-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-12-13net: Flush local routes when device changes vrf associationDavid Ahern
2015-12-10netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso
2015-12-03ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov
2015-11-22net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet