summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-09-25fib_rules: fix fib rule dumps across multiple skbsWilson Kok1-5/+9
2015-09-25tcp: factorize sk_txhash initEric Dumazet3-3/+1
2015-09-25net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong1-15/+15
2015-09-25lwtunnel: remove source and destination UDP port config optionJiri Benc1-24/+0
2015-09-25ipv4: send arp replies to the correct tunnelJiri Benc2-14/+53
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc3-12/+9
2015-09-24genetlink: simplify genl_notifyJiri Benc2-8/+7
2015-09-24netlink: Replace rhash_portid with boundHerbert Xu2-12/+29
2015-09-24bridge: don't age externally added FDB entriesSiva Mannem1-0/+2
2015-09-24bridge: define some min/max/default ageing time constantsScott Feldman1-1/+1
2015-09-24Fix AF_PACKET ABI breakage in 4.2David Woodhouse1-15/+17
2015-09-24netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman2-2/+10
2015-09-24cls_bpf: further limit exec opcodes subsetDaniel Borkmann1-3/+0
2015-09-24cls_bpf: make binding to classid optionalDaniel Borkmann1-9/+8
2015-09-24cls_bpf: also dump TCA_BPF_FLAGSDaniel Borkmann1-3/+8
2015-09-24sched, bpf: let stack handle !IFF_UP devs on bpf_clone_redirectDaniel Borkmann1-3/+0
2015-09-24tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-09-24ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert1-25/+1
2015-09-23net: dsa: Fix Marvell Egress Trailer checkNeil Armstrong1-1/+1
2015-09-23openvswitch: Zero flows on allocation.Jesse Gross3-14/+15
2015-09-23userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli1-1/+1
2015-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller98-577/+667
2015-09-22mac80211: reset CQM history upon reconfigurationSara Sharon1-0/+1
2015-09-22mac80211: fix VHT MCS mask array overrunJohannes Berg1-5/+7
2015-09-22inet: fix races in reqsk_queue_hash_req()Eric Dumazet1-4/+4
2015-09-22tcp/dccp: fix timewait races in timer handlingEric Dumazet3-15/+18
2015-09-22tcp: send loss probe after 1s if no RTT availableYuchung Cheng1-4/+5
2015-09-22tcp: usec resolution SYN/ACK RTTYuchung Cheng4-18/+18
2015-09-22s390/iucv: do not use arrays as argumentUrsula Braun2-11/+10
2015-09-22Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller12-213/+558
2015-09-21netlink: Fix autobind race condition that leads to zero port IDHerbert Xu2-5/+8
2015-09-21iptunnel: make rx/tx bytes counters consistentNicolas Dichtel1-1/+1
2015-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-8/+25
2015-09-21tipc: reinitialize pointer after skb linearizeErik Hugne1-0/+1
2015-09-21rxrpc: Replace get_seconds with ktime_get_secondsKsenija Stanojevic3-6/+6
2015-09-21net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2-3/+7
2015-09-19SUNRPC: xs_sock_mark_closed() does not need to trigger socket autocloseTrond Myklebust1-1/+0
2015-09-19SUNRPC: Lock the transport layer on shutdownTrond Myklebust1-0/+6
2015-09-18netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6Eric W. Biederman1-1/+1
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman3-6/+6
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman37-130/+130
2015-09-18ipvs: Read hooknum from state rather than ops->hooknumEric W. Biederman1-8/+8
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman13-16/+20
2015-09-18act_connmark: Remember the struct net instead of guessing it.Eric W. Biederman1-1/+2
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman5-42/+12
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...Eric W. Biederman5-20/+15
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman17-43/+41
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman6-0/+6
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman22-55/+48
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman6-21/+21