summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-11-0111-97/+116
|\
| * Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-309-90/+97
| * Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior2017-10-301-6/+11
| * Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-294-1/+8
* | net: dsa: lan9303: lan9303_rcv set skb->offload_fwd_markEgil Hjelmeland2017-11-011-0/+2
* | net: dsa: lan9303: Add STP ALR entry on port 0Egil Hjelmeland2017-11-011-1/+0
* | net: dsa: lan9303: Transmit using ALR when unicastEgil Hjelmeland2017-11-011-2/+2
* | ipv4: fix validate_source for VRF setupPaolo Abeni2017-11-011-3/+15
* | sctp: fix error return code in sctp_send_add_streams()Wei Yongjun2017-11-011-2/+4
* | net: display hw address of source machine during ipv6 DAD failureVishwanath Pai2017-11-012-7/+8
* | net: netrom: nr_route: mark expected switch fall-throughsGustavo A. R. Silva2017-11-011-0/+3
* | net: netrom: nr_route: refactor code in nr_add_nodeGustavo A. R. Silva2017-11-011-43/+16
* | net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-015-18/+18
* | net: sit: Update lookup to handle links set to L3 slaveDavid Ahern2017-11-011-10/+21
* | net: bridge: add neigh_suppress to bridge port policiesNikolay Aleksandrov2017-11-011-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-012-51/+62
|\ \
| * | ipv6: esp6: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-271-2/+2
| * | net: xfrm_user: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-261-18/+27
| * | esp6: remove redundant initialization of esphColin Ian King2017-10-231-2/+2
| * | xfrm: eradicate size_tAlexey Dobriyan2017-09-251-21/+23
| * | xfrm: make xfrm_replay_state_esn_len() return unsigned intAlexey Dobriyan2017-09-251-5/+5
| * | xfrm: make xfrm_alg_auth_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * | xfrm: make xfrm_alg_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
| * | xfrm: make aead_len() return unsigned intAlexey Dobriyan2017-09-251-1/+1
* | | net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swapGustavo A. R. Silva2017-11-011-3/+1
* | | net: decnet: dn_nsp_out: use swap macro in dn_mk_ack_headerGustavo A. R. Silva2017-11-011-5/+2
* | | net: decnet: dn_nsp_in: use swap macro in dn_nsp_rx_packetGustavo A. R. Silva2017-11-011-6/+2
* | | ip_vti: remove the useless err_count check in vti_xmitXin Long2017-11-011-9/+0
* | | net: Add extack to fib_notifier_infoDavid Ahern2017-11-013-14/+23
* | | netlink: Allow ext_ack to carry non-error messagesDavid Ahern2017-11-011-9/+9
* | | net: dsa: remove name arg from slave createVivien Didelot2017-11-014-5/+5
* | | net: dsa: get port name at parse timeVivien Didelot2017-11-012-5/+6
* | | net: dsa: get master device at port parsing timeVivien Didelot2017-11-011-26/+18
* | | net: dsa: get port type at parse timeVivien Didelot2017-11-011-15/+22
* | | net: dsa: add port parse functionsVivien Didelot2017-11-011-3/+34
* | | net: dsa: get ports within parsing codeVivien Didelot2017-11-011-23/+10
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-11-011-0/+2
|\ \ \
| * | | net: sched: Identify hardware traffic classes using classidAmritha Nambiar2017-10-311-0/+2
* | | | l2tp: remove field 'dev' from struct l2tp_ethGuillaume Nault2017-11-011-5/+0
* | | | l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault2017-11-011-10/+0
* | | | l2tp: remove l2tp specific refcount debuggingGuillaume Nault2017-11-011-22/+2
* | | | l2tp: remove ->ref() and ->deref()Guillaume Nault2017-11-017-79/+25
|/ / /
* | | net: filter: remove unused variable and fix warningJakub Kicinski2017-10-311-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-3038-186/+591
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2937-171/+560
| |\ \ \
| | * | | net_sched: fix call_rcu() race on act_sample module removalCong Wang2017-10-291-0/+1
| | * | | net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
| | * | | net_sched: use tcf_queue_work() in tcindex filterCong Wang2017-10-291-5/+33
| | * | | net_sched: use tcf_queue_work() in rsvp filterCong Wang2017-10-291-3/+16
| | * | | net_sched: use tcf_queue_work() in route filterCong Wang2017-10-291-3/+16