summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-11-02ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni1-1/+2
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever1-5/+0
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2-0/+64
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever3-0/+161
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever3-0/+51
2015-11-02xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever3-2/+26
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever5-12/+309
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever2-2/+27
2015-11-02xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever1-14/+10
2015-11-02xprtrdma: Remove reply taskletChuck Lever1-43/+0
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever4-18/+65
2015-11-02xprtrdma: Replace send and receive arraysChuck Lever2-91/+73
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever3-40/+53
2015-11-02xprtrdma: Prevent loss of completion signalsChuck Lever2-41/+38
2015-11-02xprtrdma: Re-arm after missed eventsChuck Lever1-56/+10
2015-11-02xprtrdma: Enable swap-on-NFS/RDMAChuck Lever1-1/+1
2015-11-02xprtrdma: don't log warnings for flushed completionsSteve Wise1-2/+5
2015-11-02Use 64-bit timekeepingTina Ruchandani1-5/+6
2015-11-02ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov1-0/+7
2015-11-02ipv4: fix to not remove local route on link downJulian Anastasov2-9/+15
2015-11-01net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot1-20/+9
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2-22/+19
2015-11-01tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy1-0/+5
2015-11-01ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-4/+4
2015-11-01ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-37/+33
2015-11-01ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-3/+5
2015-11-01ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-0/+1
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-14/+38
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-16/+45
2015-10-30switchdev: fix: pass correct obj size when deferring obj addScott Feldman1-2/+17
2015-10-30switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman1-2/+2
2015-10-30Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller15-81/+297
2015-10-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-47/+62
2015-10-30ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck1-19/+27
2015-10-30switchdev: Add support for flood controlIdo Schimmel1-1/+4
2015-10-30bridge: set is_local and is_static before fdb entry is added to the fdb hasht...Roopa Prabhu2-9/+10
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-0/+2
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa1-5/+1
2015-10-29RDS/IW: Convert to new memory registration APISagi Grimberg3-115/+75
2015-10-29svcrdma: Port to new memory registration APISagi Grimberg2-57/+53
2015-10-29xprtrdma: Port to new memory registration APISagi Grimberg2-52/+69
2015-10-29Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford8-160/+176
2015-10-29Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...Doug Ledford12-200/+181
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro8-11/+12
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca1-8/+8
2015-10-28mpls: reduce memory usage of routesRobert Shearman2-38/+111
2015-10-28mpls: fix forwarding using v4/v6 explicit nullRobert Shearman1-0/+2
2015-10-28RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan1-2/+9
2015-10-28sock: don't enable netstamp for af_unix socketsHannes Frederic Sowa1-3/+17
2015-10-28openvswitch: Fix skb leak using IPv6 defragJoe Stringer1-0/+7