summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=nPatrick McHardy2007-02-021-0/+2
* [NETFILTER]: SIP conntrack: fix out of bounds memory accessPatrick McHardy2007-01-301-1/+1
* [NETFILTER]: SIP conntrack: fix skipping over user info in SIP headersLars Immisch2007-01-301-1/+7
* [IPV4]: Fix single-entry /proc/net/fib_trie output.Robert Olsson2007-01-261-6/+7
* [NETFILTER]: nf_nat_pptp: fix expectation removalPatrick McHardy2007-01-261-2/+2
* [NETFILTER]: nf_nat: fix ICMP translation with statically linked conntrackPatrick McHardy2007-01-261-10/+10
* [TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller2007-01-262-2/+4
* [TCP]: Fix sorting of SACK blocks.Baruch Even2007-01-251-4/+5
* [IPV4]: Fix the fib trie iterator to work with a single entry routing tablesEric W. Biederman2007-01-241-5/+16
* [TCP]: rare bad TCP checksum with 2.6.19Jarek Poplawski2007-01-231-1/+2
* [TCP]: skb is unexpectedly freed.Masayuki Nakagawa2007-01-231-2/+4
* [NETFILTER]: ctnetlink: fix leak in ctnetlink_create_conntrack error pathPatrick McHardy2007-01-231-1/+1
* [PATCH] email change for shemminger@osdl.orgStephen Hemminger2007-01-231-1/+1
* [IPV4] devinet: inetdev_init out label moved after RCU assignmentJarek Poplawski2007-01-091-1/+2
* [INET]: style updates for the inet_sock->is_icsk assignment fixPaul Moore2007-01-091-1/+1
* [NETFILTER]: nf_nat: fix hanging connections when loading the NAT modulePatrick McHardy2007-01-091-1/+1
* [TCP]: Fix iov_len calculation in tcp_v4_send_ack().Craig Schlenter2007-01-091-1/+1
* [INET]: Fix incorrect "inet_sock->is_icsk" assignment.Paul Moore2007-01-091-1/+1
* [IPV4/IPV6]: Fix inet{,6} device initialization order.David L Stevens2007-01-041-2/+3
* [NETFILTER]: nf_nat: fix MASQUERADE crash on device downMartin Josefsson2007-01-041-1/+4
* [NETFILTER]: New connection tracking is not EXPERIMENTAL anymorePatrick McHardy2007-01-041-2/+2
* [NETFILTER]: Fix routing of REJECT target generated packets in output chainPatrick McHardy2007-01-041-2/+5
* [NETFILTER]: compat offsets size changeDmitry Mishin2007-01-041-5/+5
* [UDP]: Fix reversed logic in udp_get_port().David S. Miller2006-12-221-5/+8
* [IPV4]: Fix BUG of ip_rt_send_redirect()Li Yewang2006-12-181-1/+2
* [TCP]: Trivial fix to message in tcp_v4_inbound_md5_hashLeigh Brown2006-12-171-1/+1
* [TCP]: Fix oops caused by tcp_v4_md5_do_delLeigh Brown2006-12-171-0/+1
* [TCP]: Fix oops caused by __tcp_put_md5sig_pool()David S. Miller2006-12-131-2/+3
* [NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loopsAl Viro2006-12-132-4/+6
* [NETFILTER]: ip_tables: ipt and ipt_compat checks unificationDmitry Mishin2006-12-131-97/+79
* [NETFILTER]: x_tables: add missing try to load conntrack from match/targetsYasuyuki Kozakai2006-12-131-0/+8
* [NETFILTER]: nf_nat: fix NF_NAT dependencyYasuyuki Kozakai2006-12-131-1/+1
* fix typo in net/ipv4/ip_fragment.cPeter Zijlstra2006-12-121-1/+1
* [IPVS]: Make ip_vs_sync.c <= 80col wide.Simon Horman2006-12-111-3/+6
* [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep()Simon Horman2006-12-111-4/+4
* [PATCH] sysctl: remove unused "context" paramAlexey Dobriyan2006-12-103-14/+8
* [NET]: Convert hh_lock to seqlock.Stephen Hemminger2006-12-081-11/+3
* [PATCH] struct path: convert netfilterJosef Sipek2006-12-082-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-076-97/+104
|\
| * [TCP] inet_twdr_hangman: Delete unnecessary memory barrier().David S. Miller2006-12-071-1/+0
| * [NET]: Memory barrier cleanupsRalf Baechle2006-12-072-3/+3
| * [IPSEC]: Fix inetpeer leak in ipv4 xfrm dst entries.David S. Miller2006-12-061-0/+2
| * [NETFILTER]: Fix iptables compat hook validationDmitry Mishin2006-12-061-27/+51
| * [NETFILTER]: Fix {ip,ip6,arp}_tables hook validationDmitry Mishin2006-12-062-67/+49
| * [XFRM]: Use output device disable_xfrm for forwarded packetsPatrick McHardy2006-12-061-1/+1
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-077-10/+10
* | [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-072-4/+4
* | [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-072-2/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-053-0/+3
|\
| * [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-042-0/+2