aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | netfilter: ct_extend: fix the wrong alloc_sizeChangli Gao2010-11-151-3/+2
| * | | | | netfilter: xt_LOG: do print MAC header on FORWARDJan Engelhardt2010-11-152-4/+2
| * | | | | netfilter: xt_NFQUEUE: remove modulo operationsChangli Gao2010-11-121-2/+4
| * | | | | netfilter: nf_conntrack: don't always initialize ct->protoChangli Gao2010-11-125-12/+10
* | | | | | net_sched: cleanupsEric Dumazet2011-01-1941-801/+842
* | | | | | af_unix: coding style: remove one level of indentation in unix_shutdown()Alban Crequy2011-01-191-29/+31
* | | | | | net_sched: implement a root container qdisc sch_mqprioJohn Fastabend2011-01-194-0/+434
* | | | | | net: implement mechanism for HW based QOSJohn Fastabend2011-01-191-1/+54
* | | | | | netlink: support setting devgroup parametersVlad Dogaru2011-01-191-4/+28
* | | | | | net_device: add support for network device groupsVlad Dogaru2011-01-192-0/+18
* | | | | | net: cleanup unused macros in net directoryShan Wei2011-01-1910-12/+2
* | | | | | net: filter: dont block softirqs in sk_run_filter()Eric Dumazet2011-01-182-6/+6
* | | | | | af_unix: implement socket filterAlban Crequy2011-01-181-0/+6
| |_|/ / / |/| | | |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-1811-33/+42
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross2011-01-181-2/+2
| * | | ipv6: Silence privacy extensions initializationRomain Francoise2011-01-181-3/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-01-182-10/+13
| |\ \ \
| | * | | mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho2011-01-131-9/+2
| | * | | mac80211: fix lockdep warningJohannes Berg2011-01-131-1/+11
| * | | | caif: checking the wrong variableDan Carpenter2011-01-151-4/+5
| * | | | can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-152-0/+6
| * | | | Merge branch 'for-david' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-01-154-14/+16
| |\ \ \ \
| | * | | | batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann2011-01-163-12/+12
| | * | | | batman-adv: Even Batman should not dereference NULL pointersJesper Juhl2011-01-131-2/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-148-38/+37
|\ \ \ \ \ \ | |/ / / / /
| * | | | | net: remove dev_txq_stats_fold()Eric Dumazet2011-01-132-34/+21
| * | | | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2011-01-131-1/+2
| |\ \ \ \ \
| | * | | | | netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack()Pablo Neira Ayuso2011-01-131-1/+2
| * | | | | | eth: fix new kernel-doc warningRandy Dunlap2011-01-121-1/+1
| * | | | | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2011-01-122-1/+9
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-122-1/+9
| * | | | | | inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov2011-01-121-0/+3
| * | | | | | net: ax25: fix information leak to userland harderKees Cook2011-01-121-1/+1
* | | | | | | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-1410-94/+141
|\ \ \ \ \ \ \
| * | | | | | | rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-112-9/+12
| * | | | | | | rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields2011-01-113-11/+29
| * | | | | | | rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-112-5/+7
| * | | | | | | Merge commit 'v2.6.37' into for-2.6.38-incomingJ. Bruce Fields2011-01-1125-82/+154
| |\ \ \ \ \ \ \
| * | | | | | | | svcrpc: ensure cache_check caller sees updated entryJ. Bruce Fields2011-01-041-1/+10
| * | | | | | | | svcrpc: take lock on turning entry NEGATIVE in cache_checkJ. Bruce Fields2011-01-041-7/+18
| * | | | | | | | svcrpc: simpler request droppingJ. Bruce Fields2011-01-042-1/+3
| * | | | | | | | svcrpc: avoid double reply caused by deferral raceJ. Bruce Fields2011-01-041-7/+11
| * | | | | | | | SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields2011-01-041-0/+12
| * | | | | | | | svcrpc: modifying valid sunrpc cache entries is racyJ. Bruce Fields2011-01-041-2/+1
| * | | | | | | | net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches2010-12-171-1/+1
| * | | | | | | | net: sunrpc: kill unused macrosShan Wei2010-12-173-5/+0
| * | | | | | | | sunrpc: svc_sock_names should hold ref to socket being closed.NeilBrown2010-12-171-4/+6
| * | | | | | | | sunrpc: remove xpt_poolNeilBrown2010-12-171-5/+0
| * | | | | | | | Merge commit 'v2.6.37-rc6' into for-2.6.38J. Bruce Fields2010-12-1749-204/+383
| |\ \ \ \ \ \ \ \
| * | | | | | | | | svcrpc: fix wspace-checking raceJ. Bruce Fields2010-11-191-22/+11