aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-09dcb: fix sparse warningsstephen hemminger1-0/+1
2013-03-09tunneling: Add generic Tunnel segmentation.Pravin B Shelar6-27/+105
2013-03-09tunneling: Capture inner mac header during encapsulation.Pravin B Shelar1-0/+2
2013-03-09net: Add skb_headers_offset_update helper function.Pravin B Shelar1-20/+14
2013-03-09tunnel: Inherit NETIF_F_SG for hw_enc_features.Pravin B Shelar1-0/+4
2013-03-09net: Kill link between CSUM and SG features.Pravin B Shelar4-36/+46
2013-03-08ipv6: report sin6_scope_id if sockopt RECVORIGDSTADDR is setHannes Frederic Sowa1-1/+3
2013-03-08ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_idHannes Frederic Sowa6-26/+26
2013-03-08ipv6: ndisc: remove redundant check for !dev->addr_lenThomas Graf1-2/+0
2013-03-07ipv6 flowlabel: add __rcu annotationsEric Dumazet1-3/+8
2013-03-07bridge: use ipv4_is_local_multicast() helperAmerigo Wang1-1/+1
2013-03-07CAIF: fix indentation for function argumentsSilviu-Mihai Popescu12-56/+55
2013-03-07tcp: uninline tcp_prequeue()Eric Dumazet1-0/+44
2013-03-07net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich1-6/+75
2013-03-06htb: add HTB_DIRECT_QLEN attributeEric Dumazet1-15/+16
2013-03-06netconf: add the handler to dump entriesNicolas Dichtel2-2/+138
2013-03-05net: introduce NAPI_POLL_WEIGHTEric Dumazet1-0/+3
2013-03-05tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner1-0/+4
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-139/+175
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell1-3/+3
2013-03-04CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu1-2/+2
2013-03-04rds: simplify a warning messageCong Wang1-4/+1
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-03-04sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang1-5/+3
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang1-0/+3
2013-03-03caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu1-1/+1
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+20
2013-03-02SUNRPC: One line comment fixTrond Myklebust1-1/+1
2013-03-01sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter1-1/+1
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2-4/+8
2013-03-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller4-90/+62
2013-03-01l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault1-0/+1
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-90/+62
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds12-101/+162
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds10-574/+749
2013-02-28SUNRPC: add call to get configured timeoutWeston Andros Adamson1-0/+15
2013-02-28sctp: fix association hangs due to partial delivery errorsLee A. Roberts1-11/+43
2013-02-28sctp: fix association hangs due to errors when reneging events from the ordering queueLee A. Roberts1-4/+22
2013-02-28sctp: fix association hangs due to reneging packets below the cumulative TSN ACK pointLee A. Roberts1-2/+7
2013-02-28sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts1-6/+7
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields1-8/+27
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin110-870/+555
2013-02-27sctp: convert to idr_alloc()Tejun Heo1-16/+15
2013-02-27mac80211: convert to idr_alloc()Tejun Heo2-16/+4
2013-02-27net/9p: convert to idr_alloc()Tejun Heo1-11/+6
2013-02-27net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck1-3/+3
2013-02-27irda: small read beyond end of array in debug codeDan Carpenter1-2/+5
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds10-29/+28
2013-02-26libceph: add support for HASHPSPOOL pool flagSage Weil1-13/+26
2013-02-26libceph: update osd request/reply encodingSage Weil2-77/+174