summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: add basic structures and make chunk function for idataXin Long2017-12-111-0/+6
* sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long2017-12-111-2/+16
* sctp: add stream interleave enable members and sockoptXin Long2017-12-111-1/+87
* netlink: convert netlink tap spinlock to mutexCong Wang2017-12-111-6/+6
* netlink: make netlink tap per netnsCong Wang2017-12-111-17/+49
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-119-70/+26
* rtnetlink: fix typo in GSO max segmentsStephen Hemminger2017-12-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-0921-143/+136
|\
| * tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-081-11/+8
| * tcp: fix off-by-one bug in RACKYuchung Cheng2017-12-081-3/+3
| * tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-081-0/+1
| * tcp: correctly test congestion state in RACKYuchung Cheng2017-12-081-1/+2
| * tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2017-12-081-0/+1
| * tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2017-12-081-0/+4
| * tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2017-12-081-2/+5
| * tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-083-5/+16
| * tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-071-0/+1
| * adding missing rcu_read_unlock in ipxip6_rcvNikita V. Shirokov2017-12-071-1/+1
| * rds: Fix NULL pointer dereference in __rds_rdma_mapHåkon Bugge2017-12-061-1/+1
| * net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion2017-12-061-0/+3
| * make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-054-25/+9
| * socketpair(): allocate descriptors firstAl Viro2017-12-051-51/+38
| * fix kcm_clone()Al Viro2017-12-051-44/+27
| * dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam2017-12-051-0/+5
| * VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-051-1/+1
| * tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy2017-12-051-0/+1
| * tipc: fix a null pointer deref on error pathCong Wang2017-12-051-1/+1
| * net_sched: red: Avoid illegal valuesNogah Frankel2017-12-054-0/+11
| * Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg2017-12-051-1/+1
| * Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet2017-12-051-3/+3
* | rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger2017-12-081-0/+34
* | net: sched: fix use-after-free in tcf_block_put_extJiri Pirko2017-12-081-6/+7
* | net: sched: pfifo_fast use skb_arrayJohn Fastabend2017-12-082-53/+92
* | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend2017-12-082-35/+69
* | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2017-12-082-11/+23
* | net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend2017-12-081-1/+2
* | net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend2017-12-081-4/+7
* | net: sched: use skb list for skb_bad_txJohn Fastabend2017-12-081-20/+86
* | net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend2017-12-081-9/+19
* | net: sched: explicit locking in gso_cpu fallbackJohn Fastabend2017-12-081-13/+72
* | net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend2017-12-081-0/+16
* | net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend2017-12-081-15/+13
* | net: sched: allow qdiscs to handle lockingJohn Fastabend2017-12-082-14/+42
* | net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend2017-12-082-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-081-3/+38
|\ \
| * | bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo2017-12-051-0/+36
| * | bpf: move bpf csum flag checkWilliam Tu2017-12-041-3/+2
* | | smc: support variable CLC proposal messagesUrsula Braun2017-12-073-24/+107
* | | smc: no consumer update in tasklet contextUrsula Braun2017-12-072-16/+5
* | | smc: cleanup close checking during data receivalUrsula Braun2017-12-071-4/+1
OpenPOWER on IntegriCloud