aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-09nl80211: Add a missing break in parse_station_flagsBernd Edlinger1-0/+1
2018-07-08batman-adv: Convert batadv_dat_addr_t to proper typeSven Eckelmann1-3/+4
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet1-9/+5
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller1-1/+1
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet1-0/+2
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-20/+109
2018-07-08ipfrag: really prevent allocation on netns exitPaolo Abeni1-1/+1
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov2-54/+56
2018-07-08net: sched: atomically check-allocate actionVlad Buslov17-59/+213
2018-07-08net: sched: use reference counting action initVlad Buslov1-18/+17
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov17-58/+50
2018-07-08net: sched: implement reference counted action releaseVlad Buslov2-23/+62
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov16-0/+136
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov1-0/+39
2018-07-08net: sched: always take reference to actionVlad Buslov1-26/+20
2018-07-08net: sched: implement unlocked action init APIVlad Buslov18-27/+46
2018-07-08net: sched: change type of reference and bind countersVlad Buslov17-42/+54
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov1-14/+30
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun2-0/+106
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti1-2/+1
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern1-0/+1
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-2/+7
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-7/+91
2018-07-07bpf: fix sk_skb programs without skb->dev assignedJohn Fastabend1-1/+2
2018-07-07batman-adv: Join batadv_purge_orig_ref and _batadv_purge_origSven Eckelmann1-11/+6
2018-07-07batman-adv: Unify include guards styleSven Eckelmann2-6/+6
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-3/+3
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti1-3/+3
2018-07-07tipc: extend link reset criteria for stale packet retransmissionJon Maloy1-19/+24
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu1-14/+51
2018-07-07net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu1-0/+4
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu1-15/+17
2018-07-07net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu1-2/+5
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu1-0/+2
2018-07-07net/smc: reduce sock_put() for fallback socketsUrsula Braun2-5/+12
2018-07-07rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-07tipc: make function tipc_net_finalize() thread safeJon Maloy1-6/+11
2018-07-07tipc: fix correct setting of message type in second discovererJon Maloy1-6/+7
2018-07-07tipc: correct discovery message handling during address trial periodJon Maloy1-1/+4
2018-07-07tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy1-2/+5
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn2-4/+2
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn5-17/+10
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn9-43/+27
2018-07-07sock: sockc cookie initializerWillem de Bruijn2-7/+4
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn5-18/+6
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn5-39/+6
2018-07-06Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery3-17/+108
2018-07-06Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery1-45/+65
2018-07-06Bluetooth: Process extended ADV report eventJaganath Kanakkassery2-0/+61
2018-07-06Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2-24/+135