summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2011-04-22Merge remote branch 'common/android-2.6.36' into android-tegra-2.6.36Rebecca Schultz Zavin
2011-03-11net: Support nuking IPv6 sockets as well as IPv4.Lorenzo Colitti
2011-01-07Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2011-01-07tcp: protect sysctl_tcp_cookie_size readsEric Dumazet
2011-01-07tcp: avoid a possible divide by zeroEric Dumazet
2011-01-07tcp: Bug fix in initialization of receive window.Nandita Dukkipati
2011-01-07tcp: Make TCP_MAXSEG minimum more correct.David S. Miller
2011-01-07tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller
2011-01-07tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller
2010-10-21Merge commit 'v2.6.36' into android-2.6.36Dima Zavin
2010-10-15Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2010-10-03ipv4: correct IGMP behavior on v3 query during v2-compatibility modeDavid Stevens
2010-10-03Revert "ipv4: Make INET_LRO a bool instead of tristate."Ben Hutchings
2010-09-29net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).Chia-chi Yeh
2010-09-29misc: uidstat: Adding uid stat driver to collect network statistics.Mike Chan
2010-09-29sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window sizeRobert Love
2010-09-29net: socket ioctl to reset connections matching local addressRobert Love
2010-09-29Paranoid network.Robert Love
2010-09-28ip_gre: Fix dependencies wrt. ipv6.David S. Miller
2010-09-28net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller
2010-09-27ipv6: add IPv6 to neighbour table overflow warningUlrich Weber
2010-09-27tcp: fix TSO FACK loss marking in tcp_mark_head_lostYuchung Cheng
2010-09-22xfrm4: strip ECN bits from tos fieldUlrich Weber
2010-09-22netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa
2010-09-22netfilter: nf_nat_snmp: fix checksum calculation (v4)Patrick McHardy
2010-09-22netfilter: fix ipt_REJECT TCP RST routing for indev == outdevChangli Gao
2010-09-21ip: fix truesize mismatch in ip fragmentationEric Dumazet
2010-09-20tcp: Fix race in tcp_pollTom Marshall
2010-09-20xfrm: Allow different selector family in temporary stateThomas Egerer
2010-09-20ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet
2010-09-13ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk
2010-09-13ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt
2010-09-08udp: add rehash on connect()Eric Dumazet
2010-09-08net: blackhole route should always be recalculatedJianzhao Wang
2010-09-08ipv4: Suppress lockdep-RCU false positive in FIB trie (3)Jarek Poplawski
2010-09-07ipv4: Fix reverse path filtering with multipath routing.David S. Miller
2010-09-01ipv4: minor fix about RPF in help of KconfigNicolas Dichtel
2010-08-27net/ipv4: Eliminate kstrdup memory leakJulia Lawall
2010-08-25tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro
2010-08-25tcp: fix three tcp sysctls tuningEric Dumazet
2010-08-25tcp: Combat per-cpu skew in orphan tests.David S. Miller
2010-08-23netfilter: fix CONFIG_COMPAT supportFlorian Westphal
2010-08-17netfilter: {ip,ip6,arp}_tables: avoid lockdep false positiveEric Dumazet
2010-08-07tcp: no md5sig option size check bugDmitry Popov
2010-08-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-02ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao
2010-08-02net: Add getsockopt support for TCP thin-streamsJosh Hunt
2010-08-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-08-02netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...Changli Gao