summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-061-0/+2
* rxrpc: Trace received abortsDavid Howells2017-04-061-1/+3
* rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-067-40/+114
* rxrpc: Handle temporary errors better in rxkad securityDavid Howells2017-04-061-38/+40
* rxrpc: Note a successfully aborted kernel operationDavid Howells2017-04-061-4/+8
* rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-069-27/+27
* Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/...David S. Miller2017-04-056-176/+203
|\
| * can: initial support for network namespacesMario Kicherer2017-04-046-176/+203
* | rtnl: Add support for netdev event to link messagesVlad Yasevich2017-04-052-10/+84
* | rtnetlink: Convert rtnetlink_event to white listVlad Yasevich2017-04-051-14/+17
* | net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-053-12/+11
* | netlink/diag: report flags for netlink socketsAndrey Vagin2017-04-053-8/+33
* | net: sched: choke: remove some dead codeDan Carpenter2017-04-051-6/+0
|/
* soreuseport: use "unsigned int" in __reuseport_alloc()Alexey Dobriyan2017-04-031-2/+2
* flowcache: more "unsigned int"Alexey Dobriyan2017-04-031-6/+7
* flowcache: make flow_cache_hash_size() return "unsigned int"Alexey Dobriyan2017-04-031-6/+8
* flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan2017-04-031-3/+3
* sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-033-2/+81
* rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan2017-04-021-1/+1
* rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...Sowmini Varadhan2017-04-021-1/+9
* net: mpls: Increase max number of labels for lwt encapDavid Ahern2017-04-013-8/+15
* net: mpls: bump maximum number of labelsDavid Ahern2017-04-012-34/+71
* net: mpls: Limit memory allocation for mpls_routeDavid Ahern2017-04-011-10/+21
* net: mpls: change mpls_route layoutDavid Ahern2017-04-012-31/+51
* net: mpls: Convert number of nexthops to u8David Ahern2017-04-012-13/+20
* net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCEDavid Ahern2017-04-012-11/+33
* net: dsa: fix build error with devlink build as moduleTobias Regnery2017-04-011-1/+1
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-014-1/+179
* net: dsa: add cross-chip bridging operationsVivien Didelot2017-04-011-6/+6
* sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-301-1/+1
* net: tcp: Refine the __tcp_select_windowGao Feng2017-03-301-5/+3
* VSOCK: remove unnecessary ternary operator on return valueColin Ian King2017-03-301-15/+7
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-302-0/+2
* tipc: allow rdm/dgram socketpairsErik Hugne2017-03-291-4/+16
* tipc: add support for stream/seqpacket socketpairsErik Hugne2017-03-291-2/+12
* net: mpls: Update lfib_nlmsg_size to skip deleted nexthopsDavid Ahern2017-03-291-0/+2
* net: dsa: dsa2: Add basic support of devlinkAndrew Lunn2017-03-281-2/+45
* net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-2811-2/+13
* net: mpls: Send netconf messages on device register and unregisterDavid Ahern2017-03-281-5/+11
* net:mpls: Refactor mpls_netconf_notify_devconf to take eventDavid Ahern2017-03-281-7/+5
* net: ipv6: Add support for RTM_DELNETCONFDavid Ahern2017-03-281-5/+15
* net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2017-03-282-15/+27
* net: devinet: Add support for RTM_DELNETCONFDavid Ahern2017-03-281-11/+21
* net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2017-03-282-17/+27
* net: dsa: fix copyright holderVivien Didelot2017-03-281-1/+2
* ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2017-03-282-2/+55
* tipc: adjust the policy of holding subscription krefYing Xue2017-03-283-6/+7
* tipc: advance the time of deleting subscription from subscriber->subscrp_listYing Xue2017-03-281-7/+2
* soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson2017-03-282-23/+21
* devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky2017-03-281-0/+836