summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'Colin Ian King2018-08-061-5/+0
| | * | | | | net: mac802154: tx: expand tailroom if necessaryAlexander Aring2018-08-061-1/+14
| | * | | | | net: 6lowpan: fix reserved space for single framesAlexander Aring2018-08-061-3/+18
| | * | | | | Merge remote-tracking branch 'net-next/master'Stefan Schmidt2018-08-06364-5755/+12291
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | ieee802154: add rx LQI from userspaceRomuald CARI2018-07-131-0/+17
| * | | | | | ipv4: frags: precedence bug in ip_expire()Dan Carpenter2018-08-061-1/+1
| * | | | | | net: avoid unnecessary sock_flag() check when enable timestampYafang Shao2018-08-062-8/+6
| * | | | | | net/bridge/br_multicast: remove redundant variable "err"zhong jiang2018-08-061-7/+5
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-0511-218/+1690
| |\ \ \ \ \
| | * | | | | Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-011-2/+2
| | * | | | | Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-07-301-1/+1
| | * | | | | Bluetooth: Add new quirk for non-persistent setup settingsSean Wang2018-07-301-1/+2
| | * | | | | Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-302-11/+46
| | * | | | | Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2018-07-302-3/+48
| | * | | | | Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-306-3/+223
| | * | | | | Bluetooth: Use ext adv for directed advJaganath Kanakkassery2018-07-301-22/+45
| | * | | | | Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-304-2/+27
| | * | | | | Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-304-34/+108
| | * | | | | Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-305-25/+245
| | * | | | | Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-302-2/+32
| | * | | | | Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery2018-07-301-16/+45
| | * | | | | Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery2018-07-301-13/+37
| | * | | | | Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery2018-07-301-9/+28
| | * | | | | Bluetooth: Implement PHY changed eventJaganath Kanakkassery2018-07-302-1/+25
| | * | | | | Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-302-0/+208
| | * | | | | Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery2018-07-301-0/+145
| | * | | | | Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery2018-07-301-4/+5
| | * | | | | Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann2018-07-181-1/+1
| | * | | | | Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-07-161-1/+2
| | * | | | | Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-063-18/+109
| | * | | | | Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery2018-07-061-45/+65
| | * | | | | Bluetooth: Process extended ADV report eventJaganath Kanakkassery2018-07-062-0/+61
| | * | | | | Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-062-25/+136
| | * | | | | Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2018-07-062-49/+46
| | * | | | | Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-062-0/+22
| | * | | | | Bluetooth: Store Resolv list sizeAnkit Navik2018-07-063-0/+45
| | * | | | | 6lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott2018-07-061-0/+1
| * | | | | | net: sched: cls_flower: Fix an error code in fl_tmplt_create()Dan Carpenter2018-08-051-1/+3
| * | | | | | net: check extack._msg before printLi RongQing2018-08-051-1/+2
| * | | | | | ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2018-08-052-0/+8
| * | | | | | ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-054-87/+113
| * | | | | | net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov2018-08-051-1/+5
| * | | | | | ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2018-08-052-56/+20
| * | | | | | net/tls: Mark the end in scatterlist tableVakul Garg2018-08-051-0/+3
| * | | | | | ipv6: icmp: Updating pmtu for link local routeGeorg Kohmann2018-08-051-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-0523-230/+1270
| |\ \ \ \ \ \
| | * | | | | | netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso2018-08-041-5/+3
| | * | | | | | netfilter: conntrack: avoid use-after free on rmmodFlorian Westphal2018-08-031-4/+3
| | * | | | | | netfilter: kconfig: remove ct zone/label dependenciesFlorian Westphal2018-08-031-3/+3
| | * | | | | | netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso2018-08-031-19/+10