summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugfixes' into nfs-for-2.6.38Trond Myklebust2011-01-1026-113/+278
|\
| * NFS: Don't use vm_map_ram() in readdirTrond Myklebust2011-01-101-31/+124
| * ipv4/route.c: respect prefsrc for local routesJoel Sing2011-01-041-2/+6
| * bridge: stp: ensure mac header is setFlorian Westphal2011-01-031-0/+2
| * bridge: fix br_multicast_ipv6_rcv for paged skbsTomas Winkler2011-01-031-10/+18
| * CAN: Use inode instead of kernel address for /proc fileDan Rosenberg2010-12-311-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-2621-57/+114
| |\
| | * ipv4: dont create routes on down devicesEric Dumazet2010-12-261-3/+4
| | * Revert "ipv4: Allow configuring subnets as local addresses"David S. Miller2010-12-232-4/+9
| | * irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg2010-12-231-7/+11
| | * tcp: fix listening_get_next()Eric Dumazet2010-12-231-2/+2
| | * Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-12-231-1/+4
| | |\
| | | * mac80211: fix mesh forwardingJohannes Berg2010-12-221-1/+4
| | * | net_sched: sch_sfq: fix allot handlingEric Dumazet2010-12-201-12/+8
| | * | ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed.David Stevens2010-12-202-11/+17
| | * | ipv6: don't flush routes when setting loopback downstephen hemminger2010-12-171-1/+3
| | * | sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun2010-12-161-1/+1
| | * | bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens2010-12-161-1/+1
| | * | net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-165-12/+39
| | * | ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin2010-12-161-1/+6
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-153-1/+9
| | |\|
| | | * mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski2010-12-131-1/+4
| | | * mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey2010-12-131-0/+4
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-12-131-0/+1
| | | |\
| | | | * Bluetooth: Fix initial RFCOMM DLC security levelJohan Hedberg2010-12-061-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-12-212-11/+12
| |\ \ \ \
| | * | | | ceph: handle partial result from get_user_pagesHenry C Chang2010-12-171-2/+2
| | * | | | ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-171-4/+7
| | * | | | ceph: fix msgr_init error pathSage Weil2010-12-141-5/+3
* | | | | | NFS rename client back channel transport fieldAndy Adamson2011-01-062-2/+2
* | | | | | NFS associate sessionid with callback connectionAndy Adamson2011-01-061-1/+3
* | | | | | SUNRPC register and unregister the back channel transportAndy Adamson2011-01-061-0/+20
* | | | | | SUNRPC new transport for the NFSv4.1 shared back channelAndy Adamson2011-01-062-24/+62
* | | | | | SUNRPC fix bc_send printAndy Adamson2011-01-061-1/+1
* | | | | | SUNRPC move svc_drop to caller of svc_process_commonAndy Adamson2011-01-061-14/+16
* | | | | | kernel panic when mount NFSv4Trond Myklebust2011-01-041-1/+1
* | | | | | net/sunrpc/clnt.c: Convert sprintf_symbol to %psJoe Perches2010-12-211-10/+2
* | | | | | SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-164-32/+45
* | | | | | SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-164-43/+54
* | | | | | SUNRPC: Determine value of "nrprocs" automaticallyChuck Lever2010-12-161-7/+3
* | | | | | SUNRPC: Avoid return code checking in rpcbind XDR encoder functionsChuck Lever2010-12-161-39/+21
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-12-1521-57/+128
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | net: fix skb_defer_rx_timestamp()Eric Dumazet2010-12-111-2/+4
| * | | | atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-113-5/+7
| * | | | SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun2010-12-111-0/+8
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-101-3/+18
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mac80211: Fix BUG in pskb_expand_head when transmitting shared skbsHelmut Schaa2010-12-081-3/+18
| | | |/ | | |/|
| * | | ipv6: fix nl group when advertising a new linkNicolas Dichtel2010-12-101-2/+2
| * | | net: Document the kernel_recvmsg() functionMartin Lucina2010-12-101-0/+15
| * | | xfrm: Fix xfrm_state_migrate leakThomas Egerer2010-12-101-1/+1