summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv6: sr: select DST_CACHE by defaultDavid Lebrun2017-03-272-18/+1
* net: mpls: Delete route when all nexthops have been deletedDavid Ahern2017-03-271-1/+8
* net: mpls: Don't show nexthop if device has been deletedDavid Ahern2017-03-271-3/+5
* net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+12
* net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-242-13/+19
* net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-3/+3
OpenPOWER on IntegriCloud