summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy2010-04-131-64/+61
| * | ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy2010-04-131-33/+32
| * | ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-04-131-41/+29
| * | net: fib_rules: decouple address families from real address familiesPatrick McHardy2010-04-131-1/+1
| * | net: fib_rules: set family in fib_rule_hdr centrallyPatrick McHardy2010-04-131-1/+0
| * | net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.Patrick McHardy2010-04-131-18/+1
| * | net: sk_dst_cache RCUificationEric Dumazet2010-04-133-5/+5
| * | tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller2010-04-121-0/+1
| * | inet: Remove unused send_check length argumentHerbert Xu2010-04-122-2/+2
| * | tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4Herbert Xu2010-04-121-17/+14
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1154-3/+55
| |\|
| | * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1154-1/+53
| | |\
| | | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-062-0/+6
| | | |\
| | | * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3054-1/+53
| | * | | Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"David S. Miller2010-04-111-1/+0
| | * | | tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skbDavid S. Miller2010-04-081-0/+1
| | * | | udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-04-081-2/+2
| | | |/ | | |/|
| * | | xfrm: cache bundles instead of policies for outgoing flowsTimo Teräs2010-04-071-22/+0
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-077-16/+35
| |\| |
| | * | net: check the length of the socket address passed to connect(2)Changli Gao2010-04-021-0/+5
| | * | net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani2010-03-301-0/+1
| | |/
| | * net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2010-03-271-4/+7
| | * ipv4: Restart rt_intern_hash after emergency rebuild (v2)Pavel Emelyanov2010-03-271-6/+11
| | * ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov2010-03-271-2/+2
| | * net: fix netlink address dumping in IPv4/IPv6Patrick McHardy2010-03-271-1/+1
| | * ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-03-221-1/+3
| | * ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck2010-03-221-1/+2
| | * net: suppress lockdep-RCU false positive in FIB trie.Paul E. McKenney2010-03-221-1/+3
| * | icmp: Account for ICMP out errorsEric Dumazet2010-04-041-2/+3
| * | net: convert multicast list to list_headJiri Pirko2010-04-032-4/+4
| * | ipv4: remove redundant verification codeHagen Paul Pfeifer2010-04-021-4/+0
| * | net: remove trailing space in messagesFrans Pop2010-03-242-2/+2
| * | net: snmp mib cleanupEric Dumazet2010-03-221-2/+2
| * | tcp: Add SNMP counter for DEFER_ACCEPTEric Dumazet2010-03-222-0/+2
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-03-205-25/+65
| |\|
| | * NET_DMA: free skbs periodicallySteven J. Magnani2010-03-201-20/+43
| | * tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte2010-03-201-0/+3
| | * net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-201-0/+3
| | * TCP: check min TTL on received ICMP packetsstephen hemminger2010-03-201-0/+5
| | * ipv4: check rt_genid in dst_checkTimo Teräs2010-03-201-4/+10
| | * tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky2010-03-191-1/+1
| * | net: rename notifier defines for netdev type changeJiri Pirko2010-03-191-2/+2
* | | netfilter: xtables: remove old comments about reentrancyJan Engelhardt2010-04-192-5/+0
* | | netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt2010-04-191-1/+0
* | | netfilter: xtables: make ip_tables reentrantJan Engelhardt2010-04-192-32/+39
* | | netfilter: xtables: inclusion of xt_TEEJan Engelhardt2010-04-191-0/+1
* | | netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as defaultPatrick McHardy2010-04-151-1/+1
* | | netfilter: fix some coding styles and remove moduleparam.hZhitong Wang2010-04-132-3/+1
* | | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queueHerbert Xu2010-04-081-2/+1
* | | netfilter: CLUSTERIP: clusterip_seq_stop() fixEric Dumazet2010-04-011-1/+2