summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net:mod: remove unneeded variable 'ret' in init_p9zhong jiang2018-08-081-3/+1Star
* net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang2018-08-081-2/+1Star
* RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing2018-08-071-0/+1
* ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani2018-08-071-1/+3
* net: sched: cls_flower: set correct offload data in fl_reoffloadVlad Buslov2018-08-071-2/+2
* net/sched: allow flower to match tunnel optionsPieter Jansen van Vuuren2018-08-071-1/+243
* flow_dissector: allow dissection of tunnel options from metadataSimon Horman2018-08-071-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-074-52/+152
|\
| * bpf/test_run: support cgroup local storageRoman Gushchin2018-08-031-2/+11
| * bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-1/+22
| * bpf: Support bpf_get_socket_cookie in more prog typesAndrey Ignatov2018-07-311-0/+28
| * lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpfTaehee Yoo2018-07-311-2/+0Star
| * bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-312-47/+91
* | Merge branch 'ieee802154-for-davem-2018-08-06' of git://git.kernel.org/pub/sc...David S. Miller2018-08-064-9/+49
|\ \
| * | net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'Colin Ian King2018-08-061-5/+0Star
| * | 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/+6Star
* | | | net/bridge/br_multicast: remove redundant variable "err"zhong jiang2018-08-061-7/+5Star
| |/ / |/| |
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-08-0611-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/+46Star
| * | | Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-062-0/+22
| * | | Bluetooth: Store Resolv list sizeAnkit Navik2018-07-063-0/+45