summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-255-65/+58
|\
| * SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcredTrond Myklebust2010-10-241-1/+1
| * SUNRPC: After calling xprt_release(), we must restart from call_reserveTrond Myklebust2010-10-241-1/+1
| * SUNRPC: Add a helper function xdr_inline_peekTrond Myklebust2010-10-231-0/+21
| * SUNRPC: Refactor logic to NUL-terminate strings in pagesChuck Lever2010-09-211-0/+17
| * SUNRPC: Correct an rpcbind debugging messageChuck Lever2010-09-211-2/+3
| * SUNRPC: Convert rpciod to use the alloc_workqueue() interfaceTrond Myklebust2010-09-211-1/+1
| * SUNRPC: Remove rpcb_getport_sync()Chuck Lever2010-09-171-51/+0
| * SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelenTrond Myklebust2010-08-291-1/+10
| * sunrpc: simplify xdr_shrink_pagelen use of "copy"Benny Halevy2010-08-291-4/+3
| * sunrpc: don't use the copy variable in nested blockBenny Halevy2010-08-291-2/+1
| * sunrpc: clean up xdr_shrink_pagelen use of temporary pointerBenny Halevy2010-08-291-2/+1
| * sunrpc: don't shorten buflen twice in xdr_shrink_pagelenBenny Halevy2010-08-291-2/+1
* | [S390] cleanup lowcore access from external interruptsMartin Schwidefsky2010-10-251-1/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-2413-21/+21
|\ \
| * | Update broken web addresses in the kernel.Justin P. Mattock2010-10-189-15/+15
| * | net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_dataJoe Perches2010-09-231-2/+2
| * | Fix typo configue => configure in commentsThomas Weber2010-09-231-1/+1
| * | Merge branch 'master' into for-nextJiri Kosina2010-08-1035-336/+909
| |\ \
| * | | fix printk typo 'faild'Paul Bolle2010-08-091-2/+2
| * | | Fix spelling fuction -> function in commentsStefan Weil2010-08-091-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-23398-10876/+15632
|\ \ \ \
| * \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-215-53/+50
| |\ \ \ \
| | * | | | Revert d88dca79d3852a3623f606f781e013d61486828aNeil Horman2010-10-212-22/+37
| | * | | | Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cNeil Horman2010-10-211-10/+5
| | * | | | net/core: Allow tagged VLAN packets to flow through VETH devices.Ben Greear2010-10-211-1/+1
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...David S. Miller2010-10-211-2/+2
| | |\ \ \ \
| | | * | | | Bluetooth: fix oops in l2cap_connect_reqNathan Holstein2010-10-171-2/+2
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-10-2158-1714/+3653
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'for-patrick' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Patrick McHardy2010-10-2111-398/+918
| | |\ \ \ \ \ \
| | | * | | | | | nf_nat: restrict ICMP translation for embedded headerJulian Anastasov2010-10-211-14/+15
| | | * | | | | | ipvs: provide address family for debuggingJulian Anastasov2010-10-217-84/+45
| | | * | | | | | ipvs: inherit forwarding method in backupJulian Anastasov2010-10-211-0/+2
| | | * | | | | | ipvs: changes for local clientJulian Anastasov2010-10-212-92/+225
| | | * | | | | | ipvs: changes for local real serverJulian Anastasov2010-10-213-117/+457
| | | * | | | | | ipvs: move ip_route_me_harder for ICMPJulian Anastasov2010-10-211-20/+21
| | | * | | | | | ipvs: create ip_vs_defrag_userJulian Anastasov2010-10-211-21/+34
| | | * | | | | | ipvs: fix CHECKSUM_PARTIAL for TUN methodJulian Anastasov2010-10-211-1/+1
| | | * | | | | | ipvs: stop ICMP from FORWARD to localJulian Anastasov2010-10-211-2/+19
| | | * | | | | | ipvs: do not schedule conns from real serversJulian Anastasov2010-10-214-8/+45
| | | * | | | | | ipvs: switch to notrack modeJulian Anastasov2010-10-212-37/+9
| | | * | | | | | ipvs: optimize checksums for appsJulian Anastasov2010-10-213-13/+56
| | | * | | | | | ipvs: fix CHECKSUM_PARTIAL for TCP, UDPJulian Anastasov2010-10-212-10/+10
| | * | | | | | | tproxy: use the interface primary IP address as a default value for --on-ipBalazs Scheidler2010-10-211-70/+132
| | * | | | | | | tproxy: added IPv6 support to the socket matchBalazs Scheidler2010-10-211-11/+154
| | * | | | | | | tproxy: added IPv6 support to the TPROXY targetBalazs Scheidler2010-10-211-37/+225
| | * | | | | | | tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabledBalazs Scheidler2010-10-211-1/+2
| | * | | | | | | tproxy: added tproxy sockopt interface in the IPV6 layerBalazs Scheidler2010-10-212-0/+42
| | * | | | | | | tproxy: added udp6_lib_lookup functionBalazs Scheidler2010-10-211-0/+8
| | * | | | | | | tproxy: added const specifiers to udp lookup functionsBalazs Scheidler2010-10-211-4/+4
OpenPOWER on IntegriCloud