summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: ip_queue_rcv_skb() helperEric Dumazet2010-04-284-2/+19
* net: speedup udp receive pathEric Dumazet2010-04-281-6/+6
* net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-271-0/+4
* net: Make RFS socket operations not be inet specific.David S. Miller2010-04-273-7/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-04-272-11/+93
|\
| * net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy2010-04-261-7/+89
| * net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy2010-04-262-2/+2
| * net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy2010-04-262-2/+2
* | TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2010-04-272-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-5/+11
|\ \ | |/ |/|
| * tcp: bind() fix when many ports are boundEric Dumazet2010-04-221-5/+11
* | tcp: fix outsegs stat for TSO segmentsTom Herbert2010-04-221-2/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-212-2/+4
|\ \ | |/
| * ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
| * fib: suppress lockdep-RCU false positive in FIB trie.Eric Dumazet2010-04-141-1/+3
* | net: Fix various endianness glitchesEric Dumazet2010-04-207-39/+39
* | net: sk_sleep() helperEric Dumazet2010-04-203-6/+6
* | rfs: Receive Flow SteeringTom Herbert2010-04-163-5/+33
* | net: replace ipfragok with skb->local_dfShan Wei2010-04-152-3/+3
* | ipv4: ipmr: fix NULL pointer deref during unres queue destructionPatrick McHardy2010-04-151-1/+5
* | ipv4: ipmr: fix invalid cache resolving when adding a non-matching entryPatrick McHardy2010-04-151-1/+3
* | ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependenciesPatrick McHardy2010-04-151-1/+1
* | ipv4: ipmr: support multiple tablesPatrick McHardy2010-04-132-61/+352
* | ipv4: ipmr: move mroute data into seperate structurePatrick McHardy2010-04-131-170/+199
* | 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-111-0/+1
* | inet: Remove unused send_check length argumentHerbert Xu2010-04-112-2/+2
* | tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4Herbert Xu2010-04-111-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-067-16/+35
|\ \ \ | |/ /
| * | net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-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-261-6/+11
| * ipv4: Cleanup struct net dereference in rt_intern_hashPavel Emelyanov2010-03-261-2/+2
| * net: fix netlink address dumping in IPv4/IPv6Patrick McHardy2010-03-261-1/+1
| * ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-03-211-1/+3
OpenPOWER on IntegriCloud