summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix hang in tcp_sendpage_locked()Eric Dumazet2017-08-261-2/+1Star
* net_sched: kill u32_node pointer in QdiscWANG Cong2017-08-261-4/+53
* net_sched: remove tc class reference countingWANG Cong2017-08-2620-260/+105Star
* net_sched: introduce tclass_del_notify()WANG Cong2017-08-261-6/+33
* net_sched: get rid of more forward declarationsWANG Cong2017-08-261-179/+169Star
* ipv6: sr: implement additional seg6local actionsDavid Lebrun2017-08-261-0/+147
* ipv6: sr: add helper functions for seg6localDavid Lebrun2017-08-262-89/+101
* ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun2017-08-261-0/+8
* ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun2017-08-261-2/+23
* ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2017-08-262-11/+38
* strparser: initialize all callbacksEric Biggers2017-08-252-7/+6Star
* ipv6: Use multipath hash from flow info if availableJakub Sitnicki2017-08-251-1/+7
* ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki2017-08-251-11/+1Star
* ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2017-08-252-0/+51
* ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki2017-08-252-0/+9
* xdp: remove net_device names from xdp_redirect tracepointJesper Dangaard Brouer2017-08-241-3/+3
* xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer2017-08-242-14/+25
* xdp: remove bpf_warn_invalid_xdp_redirectJesper Dangaard Brouer2017-08-241-8/+0Star
* devlink: Move dpipe entry clear function into devlinkArkadi Sharshevsky2017-08-241-0/+22
* devlink: Add support for dynamic table sizeArkadi Sharshevsky2017-08-241-5/+7
* devlink: Add IPv4 header for dpipeArkadi Sharshevsky2017-08-241-0/+17
* devlink: Add Ethernet header for dpipeArkadi Sharshevsky2017-08-241-0/+17
* gre: remove duplicated assignment of iphColin Ian King2017-08-241-1/+0Star
* net: tipc: constify genl_opsArvind Yadav2017-08-241-1/+1
* net/sock: allow the user to set negative peek offsetPaolo Abeni2017-08-241-3/+0Star
* ipv4: do metrics match when looking up and deleting a routeXin Long2017-08-243-1/+37
* tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-244-4/+100
* gre: fix goto statement typoWilliam Tu2017-08-231-2/+2
* bpf: misc xdp redirect cleanupsDaniel Borkmann2017-08-231-40/+32Star
* net: sched: use kvmalloc() for class hash tablesEric Dumazet2017-08-221-18/+4Star
* gre: introduce native tunnel support for ERSPANWilliam Tu2017-08-221-0/+269
* udp: remove unreachable ufo branchesWillem de Bruijn2017-08-222-9/+5Star
* tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-222-5/+3Star
* tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-2218-37/+79
|\
| * ipv6: repair fib6 tree in failure caseWei Wang2017-08-211-13/+11Star
| * net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-191-0/+2
| * rxrpc: Fix oops when discarding a preallocated service callDavid Howells2017-08-191-0/+1
| * irda: do not leak initialized list.dev to userspaceColin Ian King2017-08-191-1/+1
| * tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-191-2/+1Star
| * net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-191-2/+9
| * ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-191-0/+4
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-191-0/+2
| * tipc: fix use-after-freeEric Dumazet2017-08-191-2/+4
| * datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-194-9/+14
| * net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
| * ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-171-1/+1
| * dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-161-2/+12
| * openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-163-3/+7
| * net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9