summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-27bridge: add per-port broadcast flood flagMike Manning4-8/+23
2017-04-27net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng1-1/+2
2017-04-27l2tp: remove useless device duplication test in l2tp_eth_create()Guillaume Nault1-6/+0
2017-04-27net: remove unnecessary carrier status checkZhang Shengju1-7/+4
2017-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+4
2017-04-27tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet1-0/+1
2017-04-27xfrm: fix GRO for !CONFIG_NETFILTERSabrina Dubroca1-1/+1
2017-04-27can: fix CAN BCM build with CONFIG_PROC_FS disabledOliver Hartkopp1-8/+13
2017-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-35/+57
2017-04-27mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho1-1/+1
2017-04-27mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg3-8/+9
2017-04-27mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach1-0/+1
2017-04-27cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel4-10/+11
2017-04-27nl80211: add support for BSSIDs in scheduled scan matchsetsArend Van Spriel1-10/+30
2017-04-27nl80211: allow multiple active scheduled scan requestsArend Van Spriel6-57/+181
2017-04-27cfg80211: simplify netlink socket owner interface deletionJohannes Berg3-47/+9
2017-04-26ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang1-8/+3
2017-04-26ipv6: check skb->protocol before lookup for nexthopWANG Cong1-16/+18
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung1-0/+3
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2-12/+18
2017-04-26tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet1-4/+0
2017-04-26tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet1-1/+1
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2-7/+4
2017-04-26tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2-5/+5
2017-04-26tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet1-8/+4
2017-04-26tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet1-5/+4
2017-04-26tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2-2/+2
2017-04-26tcp: do not pass timestamp to tcp_rack_detect_loss()Eric Dumazet1-7/+4
2017-04-26tcp: add tp->tcp_mstamp fieldEric Dumazet1-0/+3
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro104-551/+904
2017-04-26xfrm: do the garbage collection after flushing policyXin Long1-0/+4
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal3-12/+2
2017-04-26netfilter: pptp: attach nat extension when neededFlorian Westphal2-6/+31
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal2-3/+7
2017-04-26netfilter: conntrack: handle initial extension alloc via kreallocFlorian Westphal1-36/+15
2017-04-26netfilter: conntrack: mark extension structs as constFlorian Westphal8-9/+9
2017-04-26netfilter: conntrack: remove prealloc supportFlorian Westphal2-46/+4
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2-13/+28
2017-04-26ebtables: remove nf_hook_register usageFlorian Westphal4-49/+46
2017-04-26netfilter: decnet: only register hooks in init namespaceFlorian Westphal1-2/+2
2017-04-26ipvs: convert to use pernet nf_hook apiFlorian Westphal1-10/+9
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal2-68/+78
2017-04-25mac80211: rewrite monitor mode delivery logicJohannes Berg1-59/+92
2017-04-25cfg80211: Fix dfs state propagation for non-DFS center channelVasanthakumar Thiagarajan1-3/+0
2017-04-25net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko1-0/+2
2017-04-25net: ipv6: regenerate host route if moved to gc listDavid Ahern1-2/+12
2017-04-25bridge: move bridge multicast cleanup to ndo_uninitXin Long2-1/+1
2017-04-25ipv6: fix source routingSabrina Dubroca1-0/+4
2017-04-25net: Generic XDPDavid S. Miller3-21/+176