summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xdp: propagate extended ack to XDP setupJakub Kicinski2017-05-012-6/+12
* net: bridge: Fix improper taking over HW learned FDBArkadi Sharshevsky2017-04-301-5/+3
* ipv4: get rid of ip_ra_lockWANG Cong2017-04-301-10/+2
* lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter2017-04-301-3/+4
* net: Initialise init_net.count to 1David Howells2017-04-301-1/+2
* Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/...David S. Miller2017-04-301-8/+13
|\
| * can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp2017-04-271-8/+13
* | tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti2017-04-301-1/+1
* | bpf: restore skb->sk before pskb_trim() callEric Dumazet2017-04-301-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-282-10/+2
|\ \
| * | esp: Fix misplaced spin_unlock_bh.Steffen Klassert2017-04-242-10/+2
* | | Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-2830-613/+869
|\ \ \
| * | | cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-287-45/+58
| * | | mac80211: Add support for BSS max idle period elementAvraham Stern2017-04-283-1/+23
| * | | cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-285-76/+53
| * | | mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-2811-70/+139
| * | | mac80211: add ieee80211_tx_status_extFelix Fietkau2017-04-281-28/+46
| * | | mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau2017-04-281-58/+58
| * | | mac80211: make rate control tx status API more extensibleFelix Fietkau2017-04-285-51/+42
| * | | mac80211: use bitfield macros for encoded rateJohannes Berg2017-04-282-30/+50
| * | | mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg2017-04-283-7/+7
| * | | mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-286-68/+75
| * | | mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-286-55/+55
| * | | mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho2017-04-261-1/+1
| * | | mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg2017-04-263-8/+9
| * | | mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach2017-04-261-0/+1
| * | | cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-264-10/+11
| * | | nl80211: add support for BSSIDs in scheduled scan matchsetsArend Van Spriel2017-04-261-10/+30
| * | | nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-266-57/+181
| * | | cfg80211: simplify netlink socket owner interface deletionJohannes Berg2017-04-263-47/+9
| * | | mac80211: rewrite monitor mode delivery logicJohannes Berg2017-04-251-59/+92
| * | | cfg80211: Fix dfs state propagation for non-DFS center channelVasanthakumar Thiagarajan2017-04-251-3/+0
* | | | fib_rules: fix error return codeWei Yongjun2017-04-271-2/+4
* | | | bridge: add per-port broadcast flood flagMike Manning2017-04-274-8/+23
* | | | net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng2017-04-271-1/+2
* | | | l2tp: remove useless device duplication test in l2tp_eth_create()Guillaume Nault2017-04-271-6/+0
* | | | net: remove unnecessary carrier status checkZhang Shengju2017-04-271-7/+4
* | | | tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet2017-04-271-0/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-2614-35/+57
|\ \ \
| * | | ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-04-261-2/+1
| * | | tcp: memset ca_priv data to 0 properlyWei Wang2017-04-261-8/+3
| * | | ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
| * | | net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-04-261-0/+3
| * | | net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-04-251-0/+2
| * | | net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-04-251-2/+12
| * | | bridge: move bridge multicast cleanup to ndo_uninitXin Long2017-04-252-1/+1
| * | | ipv6: fix source routingSabrina Dubroca2017-04-251-0/+4
| * | | tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan2017-04-251-1/+1
| * | | tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan2017-04-251-1/+1
| * | | ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4