summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: introduce chain_head_change callbackJiri Pirko2017-11-032-38/+52
* net_sched: check NULL in tcf_block_put()Cong Wang2017-11-031-3/+2
* tcp: tcp_fragment() should not assume rtx skbsEric Dumazet2017-11-031-1/+2
* net: sched: cls_bpf: use bitwise & rather than logical && on gen_flagsColin Ian King2017-11-031-1/+1
* tcp: fix a lockdep issue in tcp_fastopen_reset_cipher()Eric Dumazet2017-11-031-5/+3
* tipc: eliminate unnecessary probingJon Maloy2017-11-031-1/+10
* net: sched: move block offload unbind after all chains are flushedJiri Pirko2017-11-031-2/+2
* net/ncsi: Make local function ncsi_get_filter() staticWei Yongjun2017-11-031-1/+1
* net: bridge: Convert timers to use timer_setup()Allen Pais2017-11-031-29/+19
* net: bridge: Convert timers to use timer_setup()Allen Pais2017-11-031-40/+39
* ipv4: Send a netevent whenever multipath hash policy is changedIdo Schimmel2017-11-031-1/+19
* net: Define eth_stp_addr in linux/etherdevice.hEgil Hjelmeland2017-11-031-1/+1
* tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu2017-11-031-0/+1
* ipv6: Implement limits on Hop-by-Hop and Destination optionsTom Herbert2017-11-033-12/+91
* net: sched: remove tc_can_offload check from egdev callJiri Pirko2017-11-021-1/+1
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-022-1/+4
* net: bridge: add notifications for the bridge dev on vlan changeNikolay Aleksandrov2017-11-029-38/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0210-36/+25
|\
| * tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-1/+2
| * ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-011-0/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-013-2/+4
| |\
| | * xfrm: Fix GSO for IPsec with GRE tunnel.Steffen Klassert2017-10-311-1/+3
| | * xfrm: Clear sk_dst_cache when applying per-socket policy.Jonathan Basseri2017-10-261-0/+1
| | * xfrm: Fix xfrm_dst_cache memleakSteffen Klassert2017-10-241-1/+0
| * | MAINTAINERS: Update Yotam's E-mailYotam Gigi2017-11-013-3/+3
| * | net_sched: remove tcf_block_put_deferred()Cong Wang2017-10-311-29/+8
| * | l2tp: hold tunnel in pppol2tp_connect()Guillaume Nault2017-10-311-1/+6
* | | 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