summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | netfilter: nf_conntrack: remove double assignmentAaron Conole2017-04-141-2/+1
| | * | | | | | | | netfilter: nf_tables: remove double return statementAaron Conole2017-04-141-2/+0
| | * | | | | | | | netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo2017-04-131-5/+2
| | * | | | | | | | netfilter: ip6_tables: Remove unneccessary commentsArushi Singhal2017-04-081-9/+0
| | * | | | | | | | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-0714-16/+16
| | * | | | | | | | net: netfilter: Use list_{next/prev}_entry instead of list_entrysimran singhal2017-04-071-1/+1
| | * | | | | | | | netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-076-15/+15
| | * | | | | | | | netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-079-49/+35
| | * | | | | | | | netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-0710-27/+28
| | * | | | | | | | netfilter: ctnetlink: Expectations must have a conntrack helper areaGao Feng2017-04-061-19/+8
| | * | | | | | | | netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2017-04-062-15/+5
| | * | | | | | | | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-065-46/+47
| | * | | | | | | | netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng2017-04-063-24/+19
| | * | | | | | | | netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-063-0/+15
| | * | | | | | | | netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso2017-04-063-21/+22
| * | | | | | | | | 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