summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-073-3/+3
* | [PATCH] node-aware skb allocationChristoph Hellwig2006-12-071-5/+7
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-053-1/+22
|\
| * [PATCH] severing skbuff.h -> highmem.hAl Viro2006-12-043-1/+22
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-0516-878/+382
|\|
| * [NET]: Accept wildcard delimiters in in[46]_ptonPatrick McHardy2006-12-021-4/+6
| * [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some codeThomas Graf2006-12-021-0/+20
| * [NET] neighbour: Use kmemdup where applicableArnaldo Carvalho de Melo2006-12-021-4/+3
| * [NETPOLL]: Another udp checksum mangling.Al Viro2006-12-021-1/+1
| * [NET]: Split skb->csumAl Viro2006-12-022-3/+3
| * [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo2006-12-021-2/+5
| * [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-022-3/+3
| * [NET]: Annotate skb_copy_and_csum_bits() and callers.Al Viro2006-12-021-3/+3
| * [NET]: Annotate skb_checksum() and callers.Al Viro2006-12-021-2/+2
| * [NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2006-12-021-1/+1
| * [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-022-4/+4
| * [NET]: Annotate csum_partial() callers in net/*Al Viro2006-12-022-3/+3
| * [NET]: Annotate callers of csum_tcpudp_nofold() in net/*Al Viro2006-12-021-2/+2
| * [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-024-9/+9
| * [NET] net/core: Annotations.Al Viro2006-12-024-42/+38
| * [NETPOLL]: Minor coding-style cleanups.David S. Miller2006-12-021-51/+48
| * [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink apiThomas Graf2006-12-021-1/+0
| * netpoll queue cleanupStephen Hemminger2006-12-021-20/+3
| * netpoll retry cleanupStephen Hemminger2006-12-021-38/+33
| * netpoll deferred transmit pathStephen Hemminger2006-12-021-2/+19
| * netpoll setup error handlingStephen Hemminger2006-12-021-7/+13
| * netpoll per device txqStephen Hemminger2006-12-021-35/+15
| * netpoll info leakStephen Hemminger2006-12-021-6/+19
| * netpoll: private skb pool (rev3)Stephen Hemminger2006-12-021-32/+21
| * [NET]: The scheduled removal of the frame diverter.Adrian Bunk2006-12-024-577/+4
| * [NETLINK]: Do precise netlink message allocations where possibleThomas Graf2006-12-023-23/+57
| * [NET]: Size listen hash tables using backlog hintEric Dumazet2006-12-021-10/+25
| * [NET] rules: Add support to invert selectorsThomas Graf2006-12-021-7/+17
| * [NET] rules: Protocol independant mark selectorThomas Graf2006-12-021-0/+29
| * [NET]: Turn nfmark into generic markThomas Graf2006-12-021-2/+2
| * [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTHPeter Zijlstra2006-12-021-3/+3
| * [PATCH] netdev: don't allow register_netdev with blank nameStephen Hemminger2006-12-021-9/+0
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+2
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+3
* | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-5/+4
|/
* [NET]: Set truesize in pskb_copyHerbert Xu2006-11-071-0/+1
* [NETPOLL]: Compute checksum properly in netpoll_send_udp().Chris Lalancette2006-11-071-0/+6
* [NET]: __alloc_pages() failures reported due to fragmentationLarry Woodman2006-11-051-1/+1
* [PKTGEN]: TCI endianness fixesAl Viro2006-11-051-12/+18
* [NET]: Fix segmentation of linear packetsHerbert Xu2006-10-301-5/+4
* Merge branch 'we21-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-10-211-1/+32
|\
| * [PATCH] wireless: WE-20 compatibility for ESSID and NICKN ioctlsJohn W. Linville2006-10-191-1/+32
* | [NETPOLL]: initialize skb for UDPStephen Hemminger2006-10-191-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-10-171-1/+1
|\ \
| * | Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2006-10-111-1/+1