summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-01-21ipv6: raw: rcu annotationsEric Dumazet
2011-01-21neigh: __rcu annotationsEric Dumazet
2011-01-21net: ipv6: sit: fix rcu annotationsEric Dumazet
2011-01-21net_sched: RCU conversion of stabEric Dumazet
2011-01-21net_sched: move TCQ_F_THROTTLED flagEric Dumazet
2011-01-21net_sched: sfq: allow divisor to be a parameterEric Dumazet
2011-01-21net: dev_close_many() is staticEric Dumazet
2011-01-20netfilter: add a missing include in nf_conntrack_reasm.cEric Dumazet
2011-01-20netfilter: nf_nat: place conntrack in source hash after SNAT is doneChangli Gao
2011-01-20Merge branch 'connlimit' of git://dev.medozas.de/linuxPatrick McHardy
2011-01-20netfilter: do not omit re-route check on NF_QUEUE verdictFlorian Westphal
2011-01-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-01-20net_sched: cleanupsEric Dumazet
2011-01-20af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy
2011-01-20net_sched: implement a root container qdisc sch_mqprioJohn Fastabend
2011-01-20net: implement mechanism for HW based QOSJohn Fastabend
2011-01-20netlink: support setting devgroup parametersVlad Dogaru
2011-01-20net_device: add support for network device groupsVlad Dogaru
2011-01-20net: cleanup unused macros in net directoryShan Wei
2011-01-19Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2011-01-19netfilter: nf_conntrack: fix lifetime display for disabled connectionsPatrick McHardy
2011-01-19netfilter: xtables: connlimit revision 1Jan Engelhardt
2011-01-19netfilter: nf_conntrack_tstamp: add flow-based timestamp extensionPablo Neira Ayuso
2011-01-19net: filter: dont block softirqs in sk_run_filter()Eric Dumazet
2011-01-19af_unix: implement socket filterAlban Crequy
2011-01-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-19net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross
2011-01-19ipv6: Silence privacy extensions initializationRomain Francoise
2011-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-01-18netfilter: nf_conntrack: nf_conntrack snmp helperJiri Olsa
2011-01-18netfilter: ipt_CLUSTERIP: remove "no conntrack!"Eric Dumazet
2011-01-18Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal
2011-01-18netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal
2011-01-18netfilter: nfnetlink_queue: return error number to callerFlorian Westphal
2011-01-18netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUEFlorian Westphal
2011-01-18netfilter: nf_conntrack: remove an atomic bit operationChangli Gao
2011-01-18netfilter: nf_nat: fix conversion to non-atomic bit opsChangli Gao
2011-01-18netfilter: xt_connlimit: use hotdrop jump markRichard Weinberger
2011-01-18netfilter: xtables: add missing aliases for autoloading via iptablesJan Engelhardt
2011-01-16netfilter: create audit records for x_tables replacesThomas Graf
2011-01-16netfilter: audit target to record accepted/dropped packetsThomas Graf
2011-01-16caif: checking the wrong variableDan Carpenter
2011-01-16can: test size of struct sockaddr in sendmsgKurt Van Dijck
2011-01-16Merge branch 'for-david' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-01-16batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-01-14rxrpc: rxrpc_workqueue isn't used during memory reclaimTejun Heo