summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-10-25ceph: use kernel DNS resolverNoah Watkins2-12/+116
2011-10-25ceph: fix ceph_monc_init memory leakNoah Watkins1-3/+7
2011-10-25libceph: warn on msg allocation failuresSage Weil1-0/+1
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil4-19/+32
2011-10-25libceph: always preallocate mon connectionSage Weil1-25/+22
2011-10-25libceph: create messenger with clientSage Weil1-23/+24
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-29/+31
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-26/+46
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli1-2/+2
2011-10-25batman-adv: add sanity check when removing global ttsSimon Wunderlich1-0/+3
2011-10-25batman-adv: remove references for global tt entriesSimon Wunderlich1-1/+13
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds285-5540/+14144
2011-10-25SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2-15/+0
2011-10-25SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky1-9/+0
2011-10-25NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky1-1/+2
2011-10-25SUNRPC: cleanup service destructionStanislav Kinsbursky1-1/+0
2011-10-25SUNRPC: setup rpcbind clients if service requires itStanislav Kinsbursky1-2/+9
2011-10-25SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2-1/+36
2011-10-25SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky1-8/+4
2011-10-25SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky1-0/+53
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-8/+5
2011-10-25NFS/sunrpc: don't use a credential with extra groups.NeilBrown1-0/+3
2011-10-24ipv6: Do not use routes from locally generated RAsAndreas Hofmeister1-0/+8
2011-10-24net_sched: cls_flow: use skb_header_pointer()Eric Dumazet1-92/+96
2011-10-24ipv4: avoid useless call of the function check_peer_pmtuGao feng1-2/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-95/+268
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner2-4/+0
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V3-79/+54
2011-10-24fs/9p: change an int to unsigned intDan Carpenter1-1/+2
2011-10-24fs/9p: Cleanup option parsing in 9pAneesh Kumar K.V1-7/+5
2011-10-249p: move dereference after NULL checkDan Carpenter1-2/+2
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V6-331/+500
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet3-7/+11
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2011-10-24ipv4: fix ipsec forward performance regressionYan, Zheng1-7/+7
2011-10-24route: fix ICMP redirect validationFlavio Leitner1-5/+31
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran1-2/+10
2011-10-24tcp: md5: add more const attributesEric Dumazet2-12/+13
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet1-6/+8
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski1-2/+3
2011-10-21tcp: add const qualifiers where possibleEric Dumazet9-131/+136
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac1-15/+69
2011-10-21net: add opaque struct around skb frag pageIan Campbell1-3/+3
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2-2/+2
2011-10-20tcp: remove unused tcp_fin() parametersEric Dumazet1-3/+3
2011-10-20Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+6
2011-10-20pktgen: remove ndelay() callEric Dumazet1-4/+7
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet1-8/+15