summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel2018-08-101-2/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-0917-127/+145
|\
| * dsa: slave: eee: Allow ports to use phylinkAndrew Lunn2018-08-091-2/+2
| * net/smc: move sock lock in smc_ioctl()Ursula Braun2018-08-091-3/+7
| * net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun2018-08-091-0/+2
| * net/smc: no shutdown in state SMC_LISTENUrsula Braun2018-08-091-2/+1
| * rxrpc: Fix the keepalive generator [ver #2]David Howells2018-08-097-89/+109
| * llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-081-2/+2
| * dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-081-2/+4
| * tipc: fix an interrupt unsafe locking scenarioYing Xue2018-08-071-3/+1
| * vsock: split dwork to avoid reinitializationsCong Wang2018-08-072-9/+9
| * packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-061-4/+6
| * ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long2018-08-061-6/+2
| * ipv6: fix double refcount of fib6_metricsCong Wang2018-08-061-4/+0
* | net:mod: remove unneeded variable 'ret' in init_p9zhong jiang2018-08-081-3/+1
* | net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang2018-08-081-2/+1
* | 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/+0
| * | 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/+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-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