aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-17net: dsa: isolate legacy codeVivien Didelot1-1/+3
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg3-14/+30
2017-04-13genetlink: pass extended ACK report downJohannes Berg1-0/+12
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+2
2017-04-13net: ipv4: Refine the ipv4_default_advmssGao Feng1-0/+2
2017-04-12net: neigh: make ->hh_len 32-bitAlexey Dobriyan1-2/+2
2017-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-6/+5
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli1-1/+1
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang1-0/+1
2017-04-06Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller1-1/+1
2017-04-06net/sched: Removed unused vlan actions definitionOr Gerlitz1-3/+0
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+22
2017-04-06rxrpc: Note a successfully aborted kernel operationDavid Howells1-1/+1
2017-04-05bonding: attempt to better support longer hw addressesJarod Wilson1-1/+11
2017-04-05Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-0/+35
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng1-0/+3
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long2-6/+5
2017-04-04can: initial support for network namespacesMario Kicherer2-0/+35
2017-04-03flowcache: more "unsigned int"Alexey Dobriyan1-3/+3
2017-04-03flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan1-1/+1
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long1-3/+14
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long1-0/+2
2017-04-02sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet1-1/+1
2017-04-01net: mpls: Increase max number of labels for lwt encapDavid Ahern1-3/+2
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot1-0/+8
2017-03-30sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+4
2017-03-30sctp: alloc stream info when initializing asocXin Long1-1/+2
2017-03-29Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+45
2017-03-28net: dsa: dsa2: Add basic support of devlinkAndrew Lunn1-0/+5
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+9
2017-03-28net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern1-2/+2
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich1-0/+2
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long1-1/+1
2017-03-28devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky1-0/+259
2017-03-28net/sched: Add accessor functions to pedit keys for offloading driversOr Gerlitz1-0/+45
2017-03-27bonding: split bond_set_slave_link_state into two partsMahesh Bandewar1-5/+17
2017-03-27xfrm: branchless addr4_match() on 64-bitAlexey Dobriyan1-2/+2
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala1-5/+15
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck1-30/+38
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck1-3/+2
2017-03-24net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck1-13/+9
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck1-2/+7
2017-03-24tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng1-3/+5
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org3-3/+7
2017-03-24xfrm: use "unsigned int" in addr_match()Alexey Dobriyan1-3/+3
2017-03-24xfrm: remove unused struct xfrm_mgr::idAlexey Dobriyan1-1/+0
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-6/+40
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt1-0/+2
2017-03-22sctp: declare struct sctp_stream before using itXin Long1-0/+1
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-1/+2