summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "ipv4: restore rt->fi for reference counting"David S. Miller2017-05-091-1/+0Star
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-081-0/+2
* Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-05-082-3/+1Star
|\
| * cfg80211: fix multi scheduled scan kernel-docJohannes Berg2017-05-081-1/+1
| * mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2017-05-081-2/+0Star
* | tcp: make congestion control optionally skip slow start after idleWei Wang2017-05-081-1/+3
* | ipv4: restore rt->fi for reference countingWANG Cong2017-05-081-0/+1
* | tcp: randomize timestamps on syncookiesEric Dumazet2017-05-052-6/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-042-1/+2
|\
| * cfg80211: make RATE_INFO_BW_20 the defaultJohannes Berg2017-05-041-1/+1
| * ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-041-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-05-031-4/+18
|\ \ | |/ |/|
| * {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-251-4/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-0115-95/+70Star
|\ \
| * | netfilter: nf_ct_ext: invoke destroy even when ext is not attachedLiping Zhang2017-05-011-6/+1Star
| * | Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso2017-05-011-2/+0Star
| |\ \
| | * | ipvs: remove unused function ip_vs_set_state_timeoutAaron Conole2017-04-281-2/+0Star
| * | | netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal2017-05-011-2/+1Star
| |/ /
| * | netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-1/+1
| * | netfilter: conntrack: mark extension structs as constFlorian Westphal2017-04-261-2/+2
| * | netfilter: conntrack: remove prealloc supportFlorian Westphal2017-04-261-6/+0Star
| * | netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-0/+2
| * | nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal2017-04-191-2/+2
| * | netfilter: allow early drop of assured conntracksFlorian Westphal2017-04-191-0/+3
| * | netfilter: conntrack: use u8 for extension sizes againFlorian Westphal2017-04-191-2/+2
| * | netfilter: remove last traces of variable-sized extensionsFlorian Westphal2017-04-191-7/+1Star
| * | netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal2017-04-191-5/+6
| * | netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal2017-04-191-1/+4
| * | netfilter: conntrack: move helper struct to nf_conntrack_helper.hFlorian Westphal2017-04-192-19/+17Star
| * | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-153-8/+3Star
| * | netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-152-14/+2Star
| * | netfilter: udplite: Remove duplicated udplite4/6 declarationGao Feng2017-04-092-2/+0Star
| * | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-061-18/+18
| * | netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng2017-04-061-0/+1
| * | netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-061-0/+1
| * | netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso2017-04-061-0/+5
* | | Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-282-110/+167
|\ \ \
| * | | cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-3/+8
| * | | mac80211: Add support for BSS max idle period elementAvraham Stern2017-04-281-1/+13
| * | | cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-281-32/+26Star
| * | | mac80211: add ieee80211_tx_status_extFelix Fietkau2017-04-281-3/+28
| * | | mac80211: make rate control tx status API more extensibleFelix Fietkau2017-04-281-4/+16
| * | | mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg2017-04-281-2/+2
| * | | mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-20/+17Star
| * | | mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-55/+53Star
| * | | cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-7/+8
| * | | nl80211: add support for BSSIDs in scheduled scan matchsetsArend Van Spriel2017-04-261-1/+5
| * | | nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+8
| * | | cfg80211: simplify netlink socket owner interface deletionJohannes Berg2017-04-261-2/+4
* | | | tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-261-2/+1Star