aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt1-1/+1
2008-12-09tcp: tcp_vegas cong avoid fix Doug Leith1-70/+10
2008-12-04tcp: tcp_vegas ssthresh bug fixDoug Leith1-0/+2
2008-12-03tcp: make urg+gso work for real this timeIlpo Järvinen1-12/+10
2008-11-21tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik1-2/+5
2008-11-20TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()Balazs Scheidler1-0/+1
2008-11-20TPROXY: fill struct flowi->flags in udp_sendmsg()Balazs Scheidler1-0/+1
2008-11-19net: fix ip_mr_init() error pathBenjamin Thery1-4/+5
2008-11-12net: shy netns_ok checkAlexey Dobriyan1-1/+9
2008-11-12tcp_htcp: last_cong bug fixDoug Leith1-4/+10
2008-11-10net: fix /proc/net/snmp as memory corruptorEric Dumazet1-28/+30
2008-11-05tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.David S. Miller1-2/+1
2008-11-04xfrm: Have af-specific init_tempsel() initialize family field of temporary selectorAndreas Steffen1-0/+1
2008-11-01udp: multicast packets need to check namespaceEric Dumazet1-5/+7
2008-10-29cipso: unsigned buf_len cannot be negativeroel kluin1-3/+4
2008-10-26syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal1-5/+5
2008-10-23tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen1-6/+17
2008-10-21tcp: should use number of sack blocks instead of -1Ilpo Järvinen1-1/+1
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+3
2008-10-20netfilter: replace old NF_ARP calls with NFPROTO_ARPJan Engelhardt1-2/+2
2008-10-20netfilter: snmp nat leaks memory in case of failureIlpo Järvinen1-0/+1
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-7/+8
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg3-6/+2
2008-10-16ipv4: Add a missing rcu_assign_pointer() in routing cache.Eric Dumazet1-1/+6
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+99
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan3-19/+13
2008-10-14netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_natPablo Neira Ayuso1-0/+97
2008-10-14netfilter: restore lost #ifdef guarding defrag exceptionPatrick McHardy1-1/+2
2008-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-7/+7
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox7-7/+7
2008-10-13Merge branch 'next' into for-linusJames Morris2-196/+462
2008-10-11gre: Initialise rtnl_link tunnel parameters properlyHerbert Xu1-1/+1
2008-10-10gre: minor cleanups in netlink interfacePatrick McHardy1-8/+8
2008-10-10gre: fix copy and paste errorPatrick McHardy1-2/+2
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore2-21/+108
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore1-0/+74
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore1-39/+183
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore1-137/+98
2008-10-09udp: complete port availability checkingEric Dumazet1-24/+19
2008-10-09tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen1-2/+2
2008-10-09inet: Make tunnel RX/TX byte counters more consistentHerbert Xu1-2/+5
2008-10-09gre: Add Transparent Ethernet BridgingHerbert Xu1-32/+174
2008-10-09gre: Add netlink interfaceHerbert Xu1-4/+243
2008-10-09gre: Move MTU setting out of ipgre_tunnel_bind_devHerbert Xu1-5/+11
2008-10-09gre: Use needed_headroomHerbert Xu1-7/+8
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+7
2008-10-08ipvs: Remove stray file left over from ipvs moveSven Wegener1-261/+0
2008-10-08Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6David S. Miller26-13975/+0
2008-10-08inet: cleanup of local_port_rangeEric Dumazet2-20/+19
2008-10-08udp: Improve port randomizationEric Dumazet1-44/+12