aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-16139-831/+5016
|\
| * net: introduce rx_handler results and logic around thatJiri Pirko2011-03-162-5/+50
| * xen network backend driverIan Campbell2011-03-151-38/+42
| * Merge branch 'stable/backends' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2011-03-151-0/+6
| |\
| | * xen/irq: implement bind_interdomain_evtchn_to_irqhandler for backend driversIan Campbell2011-02-281-0/+6
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-03-152-0/+15
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-03-152-0/+15
| | |\ \
| | | * | mac80211: implement support for cfg80211_ops->{get,set}_ringparamJohn W. Linville2011-03-111-0/+7
| | | * | wireless: add support for ethtool_ops->{get,set}_ringparamJohn W. Linville2011-03-111-0/+8
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-155-163/+225
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: xt_addrtype: ipv6 supportFlorian Westphal2011-03-151-0/+17
| | * | | netfilter: ipt_addrtype: rename to xt_addrtypeFlorian Westphal2011-03-152-0/+28
| | * | | IPVS: Conditionally include sysctl members of struct netns_ipvsSimon Horman2011-03-151-8/+13
| | * | | IPVS: Conditional ip_vs_conntrack_enabled()Simon Horman2011-03-151-0/+4
| | * | | IPVS: ip_vs_todrop() becomes a noop when CONFIG_SYSCTL is undefinedSimon Horman2011-03-151-0/+4
| | * | | IPVS: Add sysctl_sync_ver()Simon Horman2011-03-151-0/+11
| | * | | IPVS: Add {sysctl_sync_threshold,period}()Simon Horman2011-03-151-0/+29
| | * | | ipvs: rename estimator functionsJulian Anastasov2011-03-151-2/+2
| | * | | ipvs: optimize rates readingJulian Anastasov2011-03-151-0/+2
| | * | | ipvs: remove unused seqcount statsJulian Anastasov2011-03-151-17/+0
| | * | | ipvs: properly zero stats and ratesJulian Anastasov2011-03-151-0/+1
| | * | | ipvs: reorganize tot_statsJulian Anastasov2011-03-151-2/+1
| | * | | ipvs: move struct netns_ipvsJulian Anastasov2011-03-153-144/+123
| | * | | IPVS: Fix variable assignment in ip_vs_notrackJesper Juhl2011-03-151-1/+1
| * | | | net: dcbnl: Add IEEE app selector value definitionsMark Rustad2011-03-141-0/+5
| * | | | net: dcbnl: Fix misspellingsMark Rustad2011-03-141-3/+3
| * | | | net: dcbnl: Update copyright datesMark Rustad2011-03-141-1/+1
| * | | | xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2011-03-131-0/+1
| * | | | xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert2011-03-131-4/+20
| * | | | xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert2011-03-131-2/+8
| * | | | xfrm: Add basic infrastructure to support IPsec extended sequence numbersSteffen Klassert2011-03-132-0/+19
| * | | | tipc: Correct misnamed references to neighbor discovery domainAllan Stephens2011-03-131-1/+1
| * | | | tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens2011-03-131-2/+2
| * | | | decnet: Convert to use flowidn where applicable.David S. Miller2011-03-124-15/+19
| * | | | net: Put fl6_* macros to struct flowi6 and use them again.David S. Miller2011-03-121-10/+7
| * | | | ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-125-15/+15
| * | | | net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-122-18/+14
| * | | | net: Use flowi4 and flowi6 in xfrm layer.David S. Miller2011-03-121-12/+12
| * | | | net: Add flowi6_* member helper macros.David S. Miller2011-03-121-0/+8
| * | | | ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-59/+59
| * | | | ipv4: Pass ipv4 flow objects into fib_lookup() paths.David S. Miller2011-03-122-3/+11
| * | | | net: Add flowiX_to_flowi() shorthands.David S. Miller2011-03-121-0/+15
| * | | | net: Break struct flowi out into AF specific instances.David S. Miller2011-03-122-59/+59
| * | | | net: Make flowi ports AF dependent.David S. Miller2011-03-123-36/+46
| * | | | net: Create union flowi_uliDavid S. Miller2011-03-121-23/+25
| * | | | net: Create struct flowi_commonDavid S. Miller2011-03-121-9/+21
| * | | | net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-124-33/+33
| * | | | net: Remove unnecessary padding in struct flowiDavid S. Miller2011-03-121-10/+10
| * | | | ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-0/+48
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-03-124-33/+81
| |\ \ \ \