aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy1-3/+3
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy1-1/+5
2009-08-24netfilter: nf_nat: fix inverted logic for persistent NAT mappingsMaximilian Engelhardt1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt8-13/+15
2009-08-20Merge branch 'master' into nextJames Morris1-1/+1
2009-08-14gre: Fix MTU calculation for bound GRE tunnelsTom Goff1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo8-10/+13
2009-08-14Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris1-2/+2
2009-08-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy9-56/+88
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt2-4/+38
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt2-9/+14
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt2-2/+8
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt2-15/+6
2009-08-10netfilter: iptables: remove unused datalen variableJan Engelhardt1-4/+0
2009-08-10netfilter: xtables: switch table AFs to nfprotoJan Engelhardt5-5/+5
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt5-17/+17
2009-08-10netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt1-4/+4
2009-08-10netfilter: nf_conntrack: add SCTP support for SO_ORIGINAL_DSTRafael Laufer1-4/+4
2009-08-05net: mark read-only arrays as constJan Engelhardt1-1/+1
2009-08-04xfrm4: fix build when SYSCTLs are disabledRandy Dunlap1-0/+6
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2009-07-30xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2-2/+13
2009-07-30ipv4: ARP neigh procfs buffer overflowroel kluin1-1/+3
2009-07-27xfrm: export xfrm garbage collector thresholds via sysctlNeil Horman1-0/+18
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+3
2009-07-23TCP: Add comments to (near) all functions in tcp_output.c v3Andi Kleen1-14/+44
2009-07-20tcp: Use correct peer adr when copying MD5 keysJohn Dykstra1-1/+1
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2-1/+2
2009-07-20ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookupsJarek Poplawski1-3/+3
2009-07-20ipv4: Fix inflate_threshold_root automaticallyJarek Poplawski1-7/+22
2009-07-20ipv4: Use synchronize_rcu() during trie_rebalance()Jarek Poplawski1-0/+15
2009-07-17udp: cleanupsEric Dumazet1-44/+43
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+2
2009-07-14gre: fix ToS/DiffServ inherit bugAndreas Jaggi1-2/+2
2009-07-12udpv4: Handle large incoming UDP/IPv4 packets and support software UFO.Sridhar Samudrala2-1/+72
2009-07-11net: ip_push_pending_frames() fixEric Dumazet1-1/+0
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+3
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-1/+1
2009-07-08ipv4: Fix fib_trie rebalancing, part 4 (root thresholds)Jarek Poplawski1-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy3-7/+7
2009-07-03xfrm4: fix the ports decode of sctp protocolWei Yongjun1-1/+2
2009-07-04Merge branch 'master' into for-nextTejun Heo8-21/+66
2009-06-30Revert "ipv4: arp announce, arp_proxy and windows ip conflict verification"Eric W. Biederman1-5/+2
2009-06-30ipv4: Fix fib_trie rebalancing, part 3Jarek Poplawski1-0/+3
2009-06-29tcp: Do not tack on TSO data to non-TSO packetHerbert Xu1-5/+10
2009-06-29tcp: Stop non-TSO packets morphing into TSOHerbert Xu1-1/+2
2009-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-6/+11
2009-06-29netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy1-6/+11
2009-06-26inet: Call skb_orphan before tproxy activatesHerbert Xu1-0/+3
2009-06-25tcp: missing check ACK flag of received segment in FIN-WAIT-2 stateWei Yongjun1-1/+2