summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-02-17CAPI: Rework controller state notifierJan Kiszka1-12/+5
2010-02-17CAPI: Call a controller 'controller', not 'card'Jan Kiszka1-1/+1
2010-02-17net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman1-1/+0
2010-02-17net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman2-10/+36
2010-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller12-59/+136
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal1-1/+1
2010-02-15netfilter: ctnetlink: add zone supportPatrick McHardy1-0/+2
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-1/+1
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt1-6/+6
2010-02-15netfilter: get rid of the grossness in netfilter.hJan Engelhardt1-17/+28
2010-02-15netfilter: reduce NF_HOOK by one argumentJan Engelhardt1-9/+5
2010-02-15ethtool: Fix includes build breakDavid S. Miller1-1/+2
2010-02-15net: Fix first line of kernel-doc for a few functionsBen Hutchings1-2/+2
2010-02-13net: Add netdev ops for SR-IOV configurationWilliams, Mitch A1-0/+17
2010-02-13if_link: Add SR-IOV configuration methodsWilliams, Mitch A1-0/+30
2010-02-13pci: Add SR-IOV convenience functions and macrosWilliams, Mitch A1-0/+11
2010-02-13include/linux/netdevice.h: Add netif_printk helpersJoe Perches1-0/+53
2010-02-13netdevice.h: Add netdev_printk helpers like dev_printkJoe Perches1-0/+71
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy1-0/+1
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy1-0/+1
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy1-1/+2
2010-02-11netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy1-4/+10
2010-02-11ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2-0/+53
2010-02-10seq_file: Add helpers for iteration over a hlistLi Zefan1-0/+11
2010-02-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy4-0/+7
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt3-0/+3
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt1-0/+4
2010-02-10netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan1-4/+9
2010-02-10netfilter: xtables: consistent struct compat_xt_counters definitionAlexey Dobriyan1-5/+1
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy60-221/+750
2010-02-05packet: Add GSO/csum offload support.Sridhar Samudrala1-0/+1
2010-02-04libphy: add phy_find_first functionJiri Pirko1-0/+1
2010-02-04net: use helpers to access mc list V2Jiri Pirko1-0/+6
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+2
2010-02-04net: CONFIG_COMPAT reduxAlexey Dobriyan1-0/+4
2010-02-04net: macvtap driverArnd Bergmann1-0/+1
2010-02-04macvlan: allow multiple driver backendsArnd Bergmann1-0/+70
2010-02-04net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-0/+9
2010-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-32/+0
2010-02-03netfilter: xtables: add CT targetPatrick McHardy2-0/+18
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-0/+4
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy1-0/+18
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy1-0/+2
2010-02-03connector: Delete buggy notification code.Evgeniy Polyakov1-32/+0
2010-02-03virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+4
2010-02-02igmp: fix ip_mc_sf_allow race [v5]Flavio Leitner1-0/+2
2010-02-02netfilter: xtables: CONFIG_COMPAT reduxAlexey Dobriyan2-7/+14
2010-01-26net: use helpers to access uc list V2Jiri Pirko1-0/+5
2010-01-23netdev: remove certain HAVE_ macrosAlexey Dobriyan1-10/+0
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller40-172/+320