aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-36/+25
2017-11-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller11-97/+116
2017-11-01net: dsa: lan9303: lan9303_rcv set skb->offload_fwd_markEgil Hjelmeland1-0/+2
2017-11-01net: dsa: lan9303: Add STP ALR entry on port 0Egil Hjelmeland1-1/+0
2017-11-01net: dsa: lan9303: Transmit using ALR when unicastEgil Hjelmeland1-2/+2
2017-11-01ipv4: fix validate_source for VRF setupPaolo Abeni1-3/+15
2017-11-01sctp: fix error return code in sctp_send_add_streams()Wei Yongjun1-2/+4
2017-11-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-1/+2
2017-11-01ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet1-0/+1
2017-11-01net: display hw address of source machine during ipv6 DAD failureVishwanath Pai2-7/+8
2017-11-01net: netrom: nr_route: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-01net: netrom: nr_route: refactor code in nr_add_nodeGustavo A. R. Silva1-43/+16
2017-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-2/+4
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook5-18/+18
2017-11-01net: sit: Update lookup to handle links set to L3 slaveDavid Ahern1-10/+21
2017-11-01net: bridge: add neigh_suppress to bridge port policiesNikolay Aleksandrov1-0/+1
2017-11-01MAINTAINERS: Update Yotam's E-mailYotam Gigi3-3/+3
2017-11-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-51/+62
2017-11-01net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swapGustavo A. R. Silva1-3/+1
2017-11-01net: decnet: dn_nsp_out: use swap macro in dn_mk_ack_headerGustavo A. R. Silva1-5/+2
2017-11-01net: decnet: dn_nsp_in: use swap macro in dn_nsp_rx_packetGustavo A. R. Silva1-6/+2
2017-11-01ip_vti: remove the useless err_count check in vti_xmitXin Long1-9/+0
2017-11-01net: Add extack to fib_notifier_infoDavid Ahern3-14/+23
2017-11-01netlink: Allow ext_ack to carry non-error messagesDavid Ahern1-9/+9
2017-11-01net: dsa: remove name arg from slave createVivien Didelot4-5/+5
2017-11-01net: dsa: get port name at parse timeVivien Didelot2-5/+6
2017-11-01net: dsa: get master device at port parsing timeVivien Didelot1-26/+18
2017-11-01net: dsa: get port type at parse timeVivien Didelot1-15/+22
2017-11-01net: dsa: add port parse functionsVivien Didelot1-3/+34
2017-11-01net: dsa: get ports within parsing codeVivien Didelot1-23/+10
2017-11-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+2
2017-11-01l2tp: remove field 'dev' from struct l2tp_ethGuillaume Nault1-5/+0
2017-11-01l2tp: remove l2tp_tunnel_count and l2tp_session_countGuillaume Nault1-10/+0
2017-11-01l2tp: remove l2tp specific refcount debuggingGuillaume Nault1-22/+2
2017-11-01l2tp: remove ->ref() and ->deref()Guillaume Nault7-79/+25
2017-10-31net: sched: Identify hardware traffic classes using classidAmritha Nambiar1-0/+2
2017-10-31xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert1-1/+3
2017-10-31net_sched: remove tcf_block_put_deferred()Cong Wang1-29/+8
2017-10-31l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault1-1/+6
2017-10-31net: filter: remove unused variable and fix warningJakub Kicinski1-2/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-186/+591
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann9-90/+97
2017-10-30Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior1-6/+11
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-171/+560
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26