aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-09rbtree: empty nodes have no colorGravatar Michel Lespinasse 1-1/+0
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 4-27/+50
2012-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 12-36/+31
2012-10-06sections: fix section conflicts in netGravatar Andi Kleen 6-6/+6
2012-10-06sections: fix section conflicts in net/canGravatar Andi Kleen 4-4/+4
2012-10-04ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGravatar Gao feng 1-5/+6
2012-10-04Remove noisy printks from llcp_sock_connectGravatar Dave Jones 1-6/+2
2012-10-04tipc: prevent dropped connections due to rcvbuf overflowGravatar Erik Hugne 1-0/+1
2012-10-04silence some noisy printks in irdaGravatar Dave Jones 2-2/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateGravatar Nicolas Dichtel 3-8/+13
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Gravatar Nicolas Dichtel 1-1/+1
2012-10-04ipv4: add a fib_type to fib_infoGravatar Eric Dumazet 1-0/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 6-70/+83
2012-10-028021q: fix mac_len recomputation in vlan_untag()Gravatar Antonio Quartulli 1-1/+2
2012-10-02ipv6: don't add link local route when there is no link local addressGravatar Nicolas Dichtel 1-13/+2
2012-10-02workqueue: avoid using deprecated functionsGravatar Linus Torvalds 5-18/+18
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 348-7791/+14603
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 43-133/+276
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-1/+20
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 3-35/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 8-24/+14
2012-10-01igmp: export symbol ip_mc_leave_groupGravatar stephen hemminger 1-0/+1
2012-10-01netlink: add attributes to fdb interfaceGravatar stephen hemminger 3-4/+7
2012-10-01ceph: propagate layout error on osd request creationGravatar Sage Weil 1-6/+9
2012-10-01libceph: check for invalid mappingGravatar Sage Weil 2-14/+36
2012-10-01gre: fix sparse warningGravatar stephen hemminger 1-2/+2
2012-10-01net/key/af_key.c: add range checks on ->sadb_x_policy_lenGravatar Dan Carpenter 1-0/+3
2012-10-01ipv4: gre: add GRO capabilityGravatar Eric Dumazet 1-2/+11
2012-10-01net: add gro_cells infrastructureGravatar Eric Dumazet 1-0/+2
2012-10-01tcp: gro: add checksuming helpersGravatar Eric Dumazet 2-6/+33
2012-10-01ipv6: del unreachable route when an addr is deleted on loGravatar Nicolas Dichtel 1-2/+8
2012-10-01use skb_end_offset() in skb_try_coalesce()Gravatar Weiping Pan 1-2/+1
2012-10-01ceph: use list_move_tail instead of list_del/list_add_tailGravatar Wei Yongjun 1-3/+2
2012-10-01libceph: Fix sparse warningGravatar Iulius Curt 1-3/+3
2012-10-01libceph: remove unused monc->have_fsidGravatar Sage Weil 1-1/+0
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyGravatar Linus Torvalds 5-203/+205
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+13
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 47-919/+1849
2012-09-28ipv6: return errno pointers consistently for fib6_add_1()Gravatar Lin Ming 1-14/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 32-134/+197
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 47-919/+1849
2012-09-27net: use bigger pages in __netdev_alloc_fragGravatar Eric Dumazet 1-16/+30
2012-09-27inetpeer: fix token initializationGravatar Nicolas Dichtel 1-1/+4
2012-09-27tcp: Remove unused parameter from tcp_v4_save_optionsGravatar Christoph Paasch 1-3/+2
2012-09-27ipv6: gre: remove ip6gre_header_parse()Gravatar Eric Dumazet 1-8/+0
2012-09-27net: remove sk_init() helperGravatar Eric Dumazet 2-19/+0
2012-09-27pkt_sched: Fix warning false positives.Gravatar David S. Miller 2-2/+2
2012-09-27nf_defrag_ipv6: fix oops on module unloadingGravatar Konstantin Khlebnikov 1-1/+1
2012-09-27tunnel: drop packet if ECN present with not-ECTGravatar stephen hemminger 3-63/+71