aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller25-53/+47
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller36-381/+544
2011-01-24net: arp_ioctl() must hold RTNLEric Dumazet2-7/+7
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell1-1/+1
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet5-6/+20
2011-01-21net: netif_setup_tc() is staticEric Dumazet1-1/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet13-30/+24
2011-01-20rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy1-5/+8
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes3-6/+6
2011-01-20ipv6: raw: rcu annotationsEric Dumazet1-7/+7
2011-01-20neigh: __rcu annotationsEric Dumazet1-6/+7
2011-01-20net: ipv6: sit: fix rcu annotationsEric Dumazet1-10/+13
2011-01-20net_sched: RCU conversion of stabEric Dumazet3-13/+23
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet6-11/+11
2011-01-20net_sched: sfq: allow divisor to be a parameterEric Dumazet1-12/+30
2011-01-20net: dev_close_many() is staticEric Dumazet1-1/+1
2011-01-20netfilter: add a missing include in nf_conntrack_reasm.cEric Dumazet1-0/+1
2011-01-20netfilter: nf_nat: place conntrack in source hash after SNAT is doneChangli Gao1-7/+11
2011-01-20Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy1-14/+30
2011-01-20netfilter: do not omit re-route check on NF_QUEUE verdictFlorian Westphal1-1/+1
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller71-1465/+3727
2011-01-19net_sched: cleanupsEric Dumazet41-801/+842
2011-01-19af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy1-29/+31
2011-01-19net_sched: implement a root container qdisc sch_mqprioJohn Fastabend4-0/+434
2011-01-19net: implement mechanism for HW based QOSJohn Fastabend1-1/+54
2011-01-19netlink: support setting devgroup parametersVlad Dogaru1-4/+28
2011-01-19net_device: add support for network device groupsVlad Dogaru2-0/+18
2011-01-19net: cleanup unused macros in net directoryShan Wei10-12/+2
2011-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-42/+51
2011-01-19sctp: user perfect name for Delayed SACK Timer optionShan Wei1-2/+2
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy88-720/+839
2011-01-19net: fix can_checksum_protocol() arguments swapEric Dumazet1-1/+1
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller5-6/+6
2011-01-19netfilter: nf_conntrack: fix lifetime display for disabled connectionsPatrick McHardy1-17/+12
2011-01-19netfilter: xtables: connlimit revision 1Jan Engelhardt1-14/+30
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso6-1/+244
2011-01-18net: filter: dont block softirqs in sk_run_filter()Eric Dumazet2-6/+6
2011-01-18af_unix: implement socket filterAlban Crequy1-0/+6
2011-01-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-33/+42
2011-01-18net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross1-2/+2
2011-01-18ipv6: Silence privacy extensions initializationRomain Francoise1-3/+0
2011-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-10/+13
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa7-70/+196
2011-01-18netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet1-6/+1
2011-01-18Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy4-4/+8
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal3-4/+34
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal2-3/+3
2011-01-18netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal2-9/+15
2011-01-18netfilter: nfnetlink_queue: return error number to callerFlorian Westphal3-23/+49
2011-01-18netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUEFlorian Westphal1-0/+1