summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-13122-429/+365
|\
| * netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-135-5/+0
| * netfilter: cleanup printk messagesStephen Hemminger2010-05-1324-64/+64
| * netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-133-18/+3
| * netfilter: bridge-netfilter: fix crash in br_nf_forward_finish()Bart De Schuymer2010-05-131-1/+1
| * Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-1197-341/+297
| |\
| | * netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-113-92/+78
| | * netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-1121-46/+43
| | * netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-1158-81/+69
| | * netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1196-121/+133
| | * netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-114-54/+51
| | * netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-022-34/+10
| | * netfilter: xtables: fix incorrect return codeJan Engelhardt2010-05-021-2/+2
| | * netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt2010-05-021-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-123-265/+683
|\ \ \
| * | | ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy2010-05-111-7/+89
| * | | ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-113-67/+377
| * | | ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-111-176/+214
| * | | ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-111-65/+62
| * | | ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy2010-05-111-32/+31
| * | | ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-05-111-41/+33
| |/ /
* | | tipc: Reduce footprint by un-inlining tipc_msg_* routinesAllan Stephens2010-05-122-93/+100
* | | tipc: Reduce footprint by un-inlining buf_acquire routineAllan Stephens2010-05-122-23/+25
* | | tipc: Reduce footprint by un-inlining bearer congestion routineAllan Stephens2010-05-122-14/+14
* | | tipc: Reduce footprint by un-inlining port list routinesAllan Stephens2010-05-122-50/+52
* | | tipc: Reduce footprint by un-inlining nmap routinesAllan Stephens2010-05-122-59/+64
* | | tipc: Reduce footprint by un-inlining address routinesAllan Stephens2010-05-122-34/+35
* | | tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-1213-55/+55
* | | tipc: Relocate trivial link status functions to header fileAllan Stephens2010-05-123-31/+36
* | | tipc: remove abstraction for link_max_pktAllan Stephens2010-05-121-16/+11
* | | tipc: Add support for "-s" configuration optionAllan Stephens2010-05-123-3/+42
* | | tipc: Rename "multicast-link" to "broadcast-link"Allan Stephens2010-05-121-1/+1
* | | tipc: Eliminate unnecessary initialization in native API send routinesAllan Stephens2010-05-121-2/+2
* | | tipc: Prune unused data structures from configuration serviceAllan Stephens2010-05-121-14/+14
* | | tipc: Eliminate unused argument in print statementAllan Stephens2010-05-121-3/+1
* | | tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens2010-05-123-5/+0
* | | netfilter: xtables: add missing depends for xt_TEEJan Engelhardt2010-05-121-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-1212-23/+79
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-1110-21/+77
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-101-1/+2
| | |\ \ \
| | | * | | mac80211: remove association work when processing deauth requestReinette Chatre2010-05-071-1/+2
| | * | | | net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller2010-05-102-4/+4
| | * | | | IPv4: unresolved multicast route cleanupAndreas Meissner2010-05-101-1/+2
| | * | | | ipv4: udp: fix short packet and bad checksum loggingBjørn Mork2010-05-061-3/+3
| | * | | | sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2010-05-063-4/+55
| | * | | | veth: Dont kfree_skb() after dev_forward_skb()Eric Dumazet2010-05-061-6/+5
| | * | | | IPv6: fix IPV6_RECVERR handling of locally-generated errorsBrian Haley2010-05-051-2/+6
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-052-6/+58
| |\ \ \ \ \ | | |/ / / /
| | * | | | ipv6: Fix default multicast hops setting.David S. Miller2010-05-031-1/+1
| * | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-291-1/+1
| |\ \ \ \ \
OpenPOWER on IntegriCloud