aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-01rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan1-24/+1
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy4-13/+55
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0
2017-12-01tcp/dccp: block bh before arming time_wait timerEric Dumazet2-0/+12
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstanding fragsXin Long2-1/+6
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2-4/+15
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_pruneXin Long1-2/+4
2017-12-01batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligibleSven Eckelmann1-1/+1
2017-12-01batman-adv: Always initialize fragment header prioritySven Eckelmann1-0/+2
2017-12-01xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert1-1/+7
2017-12-01xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller1-1/+11
2017-12-01xfrm: Remove redundant state assignment in xfrm_input()Aviv Heller1-1/+0
2017-12-01xfrm: Fix xfrm_dev_state_add to fail for unsupported HW SA optionYossef Efraim1-1/+1
2017-12-01xfrm: Fix xfrm_replay_overflow_offload_esnYossef Efraim1-2/+1
2017-12-01xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek1-1/+1
2017-11-30SUNRPC: Handle ENETDOWN errorsTrond Myklebust2-0/+6
2017-11-30net/reuseport: drop legacy codePaolo Abeni5-55/+15
2017-11-30sit: update frag_off infoHangbin Liu1-0/+1
2017-11-30tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet1-1/+0
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang1-11/+3
2017-11-30Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller5-27/+35
2017-11-30net: Remove dst->nextDavid Miller1-1/+0
2017-11-30xfrm: Stop using dst->next in bundle construction.David Miller1-24/+32
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller7-26/+18
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller2-18/+17
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller4-11/+15
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller1-24/+23
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller6-14/+16
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2-18/+18
2017-11-30decnet: Move dn_next into decnet route structure.David Miller1-16/+18
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani5-40/+43
2017-11-30openvswitch: use ktime_get_ts64() instead of ktime_get_ts()Arnd Bergmann1-3/+3
2017-11-30net: xfrm: allow clearing socket xfrm policies.Lorenzo Colitti2-1/+8
2017-11-29Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-5/+5
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-398/+913
2017-11-29SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust1-0/+1
2017-11-29rxrpc: Fix variable overwriteGustavo A. R. Silva2-2/+2
2017-11-29rxrpc: Fix ACK generation from the connection event processorDavid Howells1-21/+29
2017-11-29rxrpc: Clean up whitespaceDavid Howells3-4/+4
2017-11-29xfrm: check id proto in validate_tmpl()Cong Wang1-0/+15
2017-11-28netfilter: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney1-1/+1
2017-11-28net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-11-28VSOCK: Don't set sk_state to TCP_CLOSE before testing itJorgen Hansen1-2/+2
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni1-0/+1
2017-11-28cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski1-10/+13
2017-11-28net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2017-11-28packet: fix crash in fanout_demux_rollover()Mike Maloney2-23/+10
2017-11-289p: untangle ->poll() messAl Viro1-30/+30
2017-11-28sctp: remove extern from stream schedXin Long4-9/+31