summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg2011-01-191-0/+4
| | * | | | Bluetooth: l2cap: fix misuse of logical operation in place of bitopDavid Sterba2011-01-191-2/+2
| * | | | | TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu2011-01-251-1/+1
| * | | | | ipv6: Revert 'administrative down' address handling changes.David S. Miller2011-01-251-48/+33Star
| * | | | | net: clear heap allocation for ethtool_get_regs()Eugene Teo2011-01-251-1/+1
| * | | | | ipv6: Always clone offlink routes.David S. Miller2011-01-251-8/+1Star
| * | | | | dcbnl: make get_app handling symmetric for IEEE and CEE DCBxJohn Fastabend2011-01-251-2/+11
| * | | | | tcp: fix bug in listening_get_next()Eric Dumazet2011-01-241-1/+0Star
| * | | | | inetpeer: Use correct AVL tree base pointer in inet_getpeer().David S. Miller2011-01-241-1/+1
| * | | | | GRO: fix merging a paged skb after non-paged skbsMichal Schmidt2011-01-241-2/+6
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2011-01-2436-381/+544
| |\ \ \ \ \
| | * | | | | module: fix missing semicolons in MODULE macro usageRusty Russell2011-01-241-1/+1
| | * | | | | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-213-6/+6
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-2017-42/+51
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | / | | | | |_|/ | | | |/| |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-148-38/+37Star
| | |\ \ \ \
| | * \ \ \ \ 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/+1Star
| | | * | | | | | 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/+0Star
| | | * | | | | | sunrpc: svc_sock_names should hold ref to socket being closed.NeilBrown2010-12-171-4/+6
| | | * | | | | | sunrpc: remove xpt_poolNeilBrown2010-12-171-5/+0Star
| | | * | | | | | 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-201-22/+11Star
| | | * | | | | | | svcrpc: svc_close_xprt commentJ. Bruce Fields2010-11-201-1/+6
| | | * | | | | | | svcrpc: simplify svc_close_allJ. Bruce Fields2010-11-201-8/+8
| | | * | | | | | | nfsd4: centralize more calls to svc_xprt_receivedJ. Bruce Fields2010-11-201-12/+14
| | | * | | | | | | svcrpc: don't set then immediately clear XPT_DEFERREDJ. Bruce Fields2010-11-201-3/+2Star
| | * | | | | | | | rxrpc: rxrpc_workqueue isn't used during memory reclaimTejun Heo2011-01-141-1/+1
| * | | | | | | | | net: arp_ioctl() must hold RTNLEric Dumazet2011-01-242-7/+7
| * | | | | | | | | net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-2113-30/+24Star
| | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | sctp: user perfect name for Delayed SACK Timer optionShan Wei2011-01-201-2/+2
| * | | | | | | | net: fix can_checksum_protocol() arguments swapEric Dumazet2011-01-191-1/+1
| * | | | | | | | Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller2011-01-195-6/+6
| * | | | | | | | net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross2011-01-191-2/+2
| * | | | | | | | ipv6: Silence privacy extensions initializationRomain Francoise2011-01-191-3/+0Star
| * | | | | | | | 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/+2Star
| | * | | | | | | mac80211: fix lockdep warningJohannes Berg2011-01-131-1/+11
| * | | | | | | | caif: checking the wrong variableDan Carpenter2011-01-161-4/+5
| * | | | | | | | can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-162-0/+6
| * | | | | | | | Merge branch 'for-david' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-01-164-14/+16
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |