aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-30act_mirred: use TC_ACT_REINSERT when possiblePaolo Abeni1-10/+43
2018-07-30net/tc: introduce TC_ACT_REINSERT.Paolo Abeni1-1/+5
2018-07-30tc/act: remove unneeded RCU lock in action callbackPaolo Abeni8-55/+26
2018-07-30net/sched: user-space can't set unknown tcfa_action valuesPaolo Abeni1-0/+14
2018-07-30net: remove sock_poll_busy_flagChristoph Hellwig1-5/+11
2018-07-30net: remove sock_poll_busy_loopChristoph Hellwig1-1/+4
2018-07-30net: simplify sock_poll_waitChristoph Hellwig11-12/+12
2018-07-30Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann1-1/+1
2018-07-30netfilter: nf_tables: Add native tproxy supportMáté Eckl3-0/+325
2018-07-30netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera3-0/+114
2018-07-30netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera2-146/+157
2018-07-30netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera3-6/+11
2018-07-30netfilter: use PTR_ERR_OR_ZERO()YueHaibing2-6/+2
2018-07-30netfilter: nf_osf: add nf_osf_find()Pablo Neira Ayuso1-0/+30
2018-07-30Bluetooth: Add new quirk for non-persistent setup settingsSean Wang1-1/+2
2018-07-30Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2-11/+46
2018-07-30Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2-3/+48
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery6-3/+223
2018-07-30Bluetooth: Use ext adv for directed advJaganath Kanakkassery1-22/+45
2018-07-30Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery4-2/+27
2018-07-30Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery4-34/+108
2018-07-30Bluetooth: Impmlement extended adv enableJaganath Kanakkassery5-25/+245
2018-07-30Bluetooth: Read no of adv sets during initJaganath Kanakkassery2-2/+32
2018-07-30Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery1-16/+45
2018-07-30Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery1-12/+36
2018-07-30Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery1-9/+28
2018-07-30Bluetooth: Implement PHY changed eventJaganath Kanakkassery2-1/+25
2018-07-30Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2-0/+208
2018-07-30Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery1-0/+145
2018-07-30Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery1-4/+5
2018-07-30netfilter: nf_tables: handle meta/lookup with direct callFlorian Westphal3-7/+21
2018-07-29openvswitch: meter: Fix setting meter id for new entriesJustin Pettit1-5/+5
2018-07-29act_bpf: Use kmemdup instead of duplicating it in tcf_bpf_init_from_opsYueHaibing1-3/+1
2018-07-29cls_bpf: Use kmemdup instead of duplicating it in cls_bpf_prog_from_opsYueHaibing1-3/+1
2018-07-29act_pedit: remove unnecessary semicolonYueHaibing1-1/+1
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger2-7/+18
2018-07-29net: report min and max mtu network device settingsStephen Hemminger1-0/+6
2018-07-29netlink: Do not subscribe to non-existent groupsDmitry Safonov1-0/+1
2018-07-29route: add support for directed broadcast forwardingXin Long2-1/+16
2018-07-29net/ipv6: allow any source address for sendmsg pktinfo with ip_nonlocal_bindVincent Bernat1-1/+2
2018-07-28tls: Fix improper revert in zerocopy_from_iterDoron Roberts-Kedes1-7/+5
2018-07-28tls: Remove dead code in tls_sw_sendmsgDoron Roberts-Kedes1-4/+2
2018-07-28tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell1-0/+4
2018-07-28net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline1-1/+2
2018-07-28net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline1-0/+2
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-8/+11
2018-07-28ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo1-1/+1
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann1-5/+7
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai1-1/+1