summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer2017-08-162-2/+7
* | | | bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+169
* | | | bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-0/+43
* | | | bpf: introduce new program type for skbs on socketsJohn Fastabend2017-08-161-0/+36
* | | | net: fixes for skb_send_sockJohn Fastabend2017-08-162-2/+2
* | | | net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend2017-08-161-0/+2
* | | | net: early init support for strparserJohn Fastabend2017-08-161-6/+4
* | | | net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov2017-08-161-29/+16
* | | | net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-166-13/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-1519-68/+113
|\ \ \ \ | | |_|/ | |/| |
| * | | net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-151-3/+0
| * | | net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-151-1/+4
| * | | net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-154-4/+12
| * | | ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-151-5/+7
| * | | ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-151-3/+3
| * | | Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller2017-08-151-1/+21
| |\ \ \
| | * | | mac80211: add api to start ba session timer expired flowNaftali Goldstein2017-08-091-1/+21
| * | | | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-142-4/+4
| * | | | dccp: purge write queue in dccp_destroy_sock()Eric Dumazet2017-08-141-4/+1
| * | | | ipv6: release rt6->rt6i_idev properly during ifdownWei Wang2017-08-141-8/+5
| * | | | af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet2017-08-141-22/+26
| * | | | tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca2017-08-141-7/+7
| * | | | tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy2017-08-141-0/+1
| * | | | tipc: accept PACKET_MULTICAST packetsJon Paul Maloy2017-08-141-1/+1
| * | | | ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal2017-08-141-1/+2
| * | | | bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann2017-08-111-0/+2
| * | | | net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov2017-08-111-0/+8
| * | | | net: dsa: ksz: fix skb freeingVivien Didelot2017-08-111-4/+9
* | | | | ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal2017-08-151-1/+2
* | | | | ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal2017-08-151-1/+2
* | | | | ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal2017-08-151-1/+6
* | | | | dsa: fix flow disector null pointerCraig Gallek2017-08-151-1/+1
* | | | | ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel2017-08-151-6/+1
* | | | | net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern2017-08-131-1/+2
* | | | | net: ipv4: remove unnecessary check on orig_oifDavid Ahern2017-08-131-1/+1
* | | | | net: export some generic xdp helpersJason Wang2017-08-131-6/+8
* | | | | rtnelink: Move link dump consistency check out of the loopJakub Sitnicki2017-08-131-4/+2
* | | | | openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2017-08-112-10/+6
* | | | | net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.Tonghao Zhang2017-08-111-2/+1
* | | | | net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern2017-08-111-0/+6
* | | | | net: sched: remove cops->tcf_cl_offloadJiri Pirko2017-08-115-24/+12
* | | | | net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+8
* | | | | sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-178/+170
* | | | | sctp: remove the typedef sctp_disposition_tXin Long2017-08-113-671/+706
* | | | | sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-112-18/+26
* | | | | sctp: remove the typedef sctp_verb_tXin Long2017-08-111-1/+1
* | | | | sctp: remove the typedef sctp_arg_tXin Long2017-08-111-1/+1
* | | | | sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-113-135/+137
* | | | | sctp: remove the typedef sctp_cmd_tXin Long2017-08-111-1/+1
* | | | | sctp: remove the typedef sctp_socket_type_tXin Long2017-08-111-3/+4
OpenPOWER on IntegriCloud