summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-031-0/+2
* sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet2017-04-021-1/+1
* net: mpls: Increase max number of labels for lwt encapDavid Ahern2017-04-011-3/+2
* net: dsa: add cross-chip bridging operationsVivien Didelot2017-04-011-0/+8
* sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-301-1/+4
* Merge tag 'mlx5e-pedit' of git://git.kernel.org/pub/scm/linux/kernel/git/saee...David S. Miller2017-03-291-0/+45
|\
| * net/sched: Add accessor functions to pedit keys for offloading driversOr Gerlitz2017-03-281-0/+45
* | net: dsa: dsa2: Add basic support of devlinkAndrew Lunn2017-03-281-0/+5
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+9
* | net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2017-03-281-2/+2
* | ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2017-03-281-0/+2
* | devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky2017-03-281-0/+259
|/
* bonding: split bond_set_slave_link_state into two partsMahesh Bandewar2017-03-271-5/+17
* net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-241-5/+15
* net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-30/+38
* net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2017-03-241-3/+2
* net: Only define skb_mark_napi_id in one spot instead of twoAlexander Duyck2017-03-241-13/+9
* net: Busy polling should ignore sender CPUsAlexander Duyck2017-03-241-2/+7
* tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng2017-03-241-3/+5
* net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-243-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-235-6/+40
|\
| * sctp: declare struct sctp_stream before using itXin Long2017-03-221-0/+1
| * sctp: define dst_pending_confirm as a bit in sctp_transportXin Long2017-03-211-2/+2
| * vhost-vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-153-4/+34
| |\
| | * Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso2017-03-131-1/+0
| | * netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)2017-03-131-1/+1
| | * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-131-0/+29
| | * netfilter: nf_tables: set pktinfo->thoff at AH header if foundPablo Neira Ayuso2017-03-081-2/+4
* | | sock: introduce SO_MEMINFO getsockoptJosh Hunt2017-03-221-0/+2
* | | neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-1/+2
* | | net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov2017-03-213-12/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-03-215-15/+22
|\ \ \
| * | | netfilter: refcounter conversionsReshetova, Elena2017-03-173-9/+14
| * | | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-1/+1
| * | | netfilter: provide nft_ctx in object init functionFlorian Westphal2017-03-131-1/+2
| * | | netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso2017-03-061-4/+5
| | |/ | |/|
* | | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-162-3/+1
* | | tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-161-5/+1
* | | ipv4: fib_rules: Add notifier info to FIB rules notificationsIdo Schimmel2017-03-161-0/+5
* | | ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel2017-03-162-0/+8
* | | net: dsa: check out-of-range ageing time valueVivien Didelot2017-03-151-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-155-7/+12
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-144-6/+11
| |\ \
| | * | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-094-6/+11
| | |/
| * / scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
| |/
* | mpls: allow TTL propagation from IP packets to be configuredRobert Shearman2017-03-132-0/+3
* | mpls: allow TTL propagation to IP packets to be configuredRobert Shearman2017-03-131-0/+2
* | net: dsa: add dsa_is_normal_port helperVivien Didelot2017-03-121-0/+5
* | sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2017-03-121-0/+4