summaryrefslogtreecommitdiff
path: root/include/linux (follow)
Commit message (Expand)AuthorAge
...
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-19
| | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: restore POST_ROUTING hook in NF_HOOK_CONDPatrick McHardy2010-02-19
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xfrm: Introduce LINUX_MIB_XFRMFWDHDRERRORjamal2010-02-18
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: TCP thin dupackAndreas Petlund2010-02-18
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: TCP thin linear timeoutsAndreas Petlund2010-02-18
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-18
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/macvtap: add vhost supportArnd Bergmann2010-02-18
| | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tg3: Push phylib definitions to phylibMatt Carlson2010-02-17
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tun: socket filter supportMichael S. Tsirkin2010-02-17
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches2010-02-17
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | percpu: add __percpu sparse annotations to net driversTejun Heo2010-02-16
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-16
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CAPI: Rework locking of controller data structuresJan Kiszka2010-02-16
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CAPI: Rework controller state notifierJan Kiszka2010-02-16
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CAPI: Call a controller 'controller', not 'card'Jan Kiszka2010-02-16
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-16
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman2010-02-16
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-16
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal2010-02-15
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: ctnetlink: add zone supportPatrick McHardy2010-02-15
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-15
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-15
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: get rid of the grossness in netfilter.hJan Engelhardt2010-02-15
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: reduce NF_HOOK by one argumentJan Engelhardt2010-02-15
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy2010-02-11
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: nf_nat_sip: add TCP supportPatrick McHardy2010-02-11
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy2010-02-11
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy2010-02-11
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-02-10
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-10
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-10
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: symmetric COMPAT_XT_ALIGN definitionAlexey Dobriyan2010-02-10
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: consistent struct compat_xt_counters definitionAlexey Dobriyan2010-02-10
| | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-10
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: add CT targetPatrick McHardy2010-02-03
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-03
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: ctnetlink: support selective event deliveryPatrick McHardy2010-02-03
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: add struct net * to target parametersPatrick McHardy2010-02-03
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: CONFIG_COMPAT reduxAlexey Dobriyan2010-02-02
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-18
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-18
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netfilter: nfnetlink: netns supportAlexey Dobriyan2010-01-13
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethtool: Fix includes build breakDavid S. Miller2010-02-14
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Fix first line of kernel-doc for a few functionsBen Hutchings2010-02-14
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Add netdev ops for SR-IOV configurationWilliams, Mitch A2010-02-12
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if_link: Add SR-IOV configuration methodsWilliams, Mitch A2010-02-12
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pci: Add SR-IOV convenience functions and macrosWilliams, Mitch A2010-02-12
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/linux/netdevice.h: Add netif_printk helpersJoe Perches2010-02-12
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netdevice.h: Add netdev_printk helpers like dev_printkJoe Perches2010-02-12
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr2010-02-10