summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-10-07ipv6: GRO should be ECN friendlyEric Dumazet1-4/+7
2012-10-07net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com1-4/+2
2012-10-07net: remove skb recyclingEric Dumazet1-47/+0
2012-10-07netlink: add reference of module in netlink_dump_startGao feng1-8/+21
2012-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-36/+31
2012-10-05sections: fix section conflicts in netAndi Kleen6-6/+6
2012-10-05sections: fix section conflicts in net/canAndi Kleen4-4/+4
2012-10-05net, TTY: initialize tty->driver_data before usageSasha Levin1-0/+2
2012-10-05ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng1-5/+6
2012-10-04Remove noisy printks from llcp_sock_connectDave Jones1-6/+2
2012-10-04tipc: prevent dropped connections due to rcvbuf overflowErik Hugne1-0/+1
2012-10-04silence some noisy printks in irdaDave Jones2-2/+2
2012-10-04sctp: check src addr when processing SACK to update transport stateNicolas Dichtel3-8/+13
2012-10-04sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel1-1/+1
2012-10-04ipv4: add a fib_type to fib_infoEric Dumazet1-0/+2
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-70/+83
2012-10-038021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli1-1/+2
2012-10-03ipv6: don't add link local route when there is no link local addressNicolas Dichtel1-13/+2
2012-10-03workqueue: avoid using deprecated functionsLinus Torvalds5-18/+18
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds348-7791/+14603
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds43-133/+276
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+20
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-35/+4
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-24/+14
2012-10-02igmp: export symbol ip_mc_leave_groupstephen hemminger1-0/+1
2012-10-02netlink: add attributes to fdb interfacestephen hemminger3-4/+7
2012-10-02SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever1-0/+22
2012-10-02SUNRPC: Refactor rpc_clone_client()Chuck Lever1-40/+43
2012-10-02SUNRPC: Use __func__ in dprintk() in auth_gss.cChuck Lever1-29/+29
2012-10-02SUNRPC: Clean up dprintk messages in rpc_pipe.cChuck Lever1-4/+4
2012-10-02ceph: propagate layout error on osd request creationSage Weil1-6/+9
2012-10-02libceph: check for invalid mappingSage Weil2-14/+36
2012-10-02gre: fix sparse warningstephen hemminger1-2/+2
2012-10-02net/key/af_key.c: add range checks on ->sadb_x_policy_lenDan Carpenter1-0/+3
2012-10-02ipv4: gre: add GRO capabilityEric Dumazet1-2/+11
2012-10-02net: add gro_cells infrastructureEric Dumazet1-0/+2
2012-10-02tcp: gro: add checksuming helpersEric Dumazet2-6/+33
2012-10-02ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel1-2/+8
2012-10-02use skb_end_offset() in skb_try_coalesce()Weiping Pan1-2/+1
2012-10-01ceph: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-3/+2
2012-10-01libceph: Fix sparse warningIulius Curt1-3/+3
2012-10-01libceph: remove unused monc->have_fsidSage Weil1-1/+0
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-203/+205
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+13
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller47-919/+1849
2012-09-29SUNRPC: Limit the rpciod workqueue concurrencyTrond Myklebust1-1/+1
2012-09-29ipv6: return errno pointers consistently for fib6_add_1()Lin Ming1-14/+6
2012-09-29SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust3-38/+10
2012-09-28SUNRPC: Optimise away unnecessary data moves in xdr_align_pagesTrond Myklebust1-10/+13