aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 3-8/+7
2011-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 12-30/+83
2011-10-30vlan: allow nested vlan_do_receive()Gravatar Eric Dumazet 2-4/+7
2011-10-30ipv6: fix route lookup in addrconf_prefix_rcv()Gravatar Andreas Hofmeister 1-3/+40
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeGravatar David S. Miller 2-3/+18
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientGravatar Linus Torvalds 6-91/+217
2011-10-28ipv6: fix route error binding peer in func icmp6_dst_allocGravatar Gao feng 1-2/+1
2011-10-28ipv6: fix error propagation in ip6_ufo_append_data()Gravatar Zheng Yan 1-1/+1
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITGravatar Eric Dumazet 6-17/+16
2011-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-2/+4
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2011-10-26Merge branch 'for-linus' of git://github.com/ericvh/linuxGravatar Linus Torvalds 6-411/+554
2011-10-25caif: Fix BUG() with network namespacesGravatar David Woodhouse 1-2/+3
2011-10-25net: Unlock sock before calling sk_free()Gravatar Thomas Gleixner 1-0/+1
2011-10-25libceph: force resend of osd requests if we skip an osdmapGravatar Sage Weil 1-10/+16
2011-10-25ceph: use kernel DNS resolverGravatar Noah Watkins 2-12/+116
2011-10-25ceph: fix ceph_monc_init memory leakGravatar Noah Watkins 1-3/+7
2011-10-25libceph: warn on msg allocation failuresGravatar Sage Weil 1-0/+1
2011-10-25libceph: don't complain on msgpool alloc failuresGravatar Sage Weil 4-19/+32
2011-10-25libceph: always preallocate mon connectionGravatar Sage Weil 1-25/+22
2011-10-25libceph: create messenger with clientGravatar Sage Weil 1-23/+24
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 5-29/+31
2011-10-25Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-26/+46
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+3
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryGravatar Antonio Quartulli 1-2/+2
2011-10-25batman-adv: add sanity check when removing global ttsGravatar Simon Wunderlich 1-0/+3
2011-10-25batman-adv: remove references for global tt entriesGravatar Simon Wunderlich 1-1/+13
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 285-5540/+14144
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-8/+5
2011-10-24ipv6: Do not use routes from locally generated RAsGravatar Andreas Hofmeister 1-0/+8
2011-10-24net_sched: cls_flow: use skb_header_pointer()Gravatar Eric Dumazet 1-92/+96
2011-10-24ipv4: avoid useless call of the function check_peer_pmtuGravatar Gao feng 1-2/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 25-95/+268
2011-10-24TCP: remove TCP_DEBUGGravatar Flavio Leitner 2-4/+0
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsGravatar Aneesh Kumar K.V 3-79/+54
2011-10-24fs/9p: change an int to unsigned intGravatar Dan Carpenter 1-1/+2
2011-10-24fs/9p: Cleanup option parsing in 9pGravatar Aneesh Kumar K.V 1-7/+5
2011-10-249p: move dereference after NULL checkGravatar Dan Carpenter 1-2/+2
2011-10-24fs/9p: Update zero-copy implementation in 9pGravatar Aneesh Kumar K.V 6-331/+500
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITGravatar Eric Dumazet 3-7/+11
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesGravatar Eric W. Biederman 1-0/+1
2011-10-24ipv4: fix ipsec forward performance regressionGravatar Yan, Zheng 1-7/+7
2011-10-24route: fix ICMP redirect validationGravatar Flavio Leitner 1-5/+31
2011-10-24net: hold sock reference while processing tx timestampsGravatar Richard Cochran 1-2/+10
2011-10-24tcp: md5: add more const attributesGravatar Eric Dumazet 2-12/+13
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Gravatar Eric Dumazet 1-6/+8
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Gravatar Maciej Żenczykowski 1-2/+3
2011-10-21tcp: add const qualifiers where possibleGravatar Eric Dumazet 9-131/+136
2011-10-21dev: use name hash for dev_seq_opsGravatar Mihai Maruseac 1-15/+69