summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-15packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2-5/+5
2016-11-15ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper1-0/+1
2016-11-15sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-11-15net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-11-15net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-2/+4
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet3-7/+9
2016-11-15sctp: fix the panic caused by route updateXin Long1-1/+7
2016-11-15net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-11-15ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-11-15ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca8-8/+9
2016-11-15net: core: Correctly iterate over lower adjacency listIdo Schimmel1-3/+7
2016-11-15switchdev: Execute bridge ndos only for bridge portsIdo Schimmel1-0/+9
2016-11-15bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-11-15net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-11-15ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-11-15ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2
2016-11-15ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-11-15net_sched: reorder pernet ops and act ops registrationsWANG Cong1-8/+11
2016-11-15netlink: do not enter direct reclaim from netlink_dump()Eric Dumazet1-3/+4
2016-11-15packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2016-11-15net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins1-31/+37
2016-11-15net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani1-0/+9
2016-11-15net: pktgen: fix pkt_sizePaolo Abeni1-11/+10
2016-11-10netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang1-0/+1
2016-11-10mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-10-28sunrpc: fix write space race causing stallsDavid Vrabel1-1/+10
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long2-21/+47
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long2-6/+6
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long3-19/+9
2016-09-27act_ife: Fix false encodingYotam Gigi1-2/+2
2016-09-27act_ife: Fix external mac header on encodeYotam Gigi1-2/+1
2016-09-27VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen1-3/+3
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov4-5/+10
2016-09-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet1-2/+1
2016-09-23tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos1-5/+7
2016-09-23sch_sfb: keep backlog updated with qlenWANG Cong1-0/+3
2016-09-23sch_qfq: keep backlog updated with qlenWANG Cong1-0/+3
2016-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-94/+209
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng3-1/+4
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng1-1/+1
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller6-14/+48
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet1-2/+8
2016-09-21vti6: fix input pathNicolas Dichtel3-9/+13
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov2-4/+10
2016-09-20net: ipv6: fallback to full lookup if table lookup is unsuitableVincent Bernat1-1/+10
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-1/+4
2016-09-19xfrm: Fix memory leak of aead algorithm nameIlan Tayari1-0/+1
2016-09-18Merge tag 'mac80211-for-davem-2016-09-16' of git://git.kernel.org/pub/scm/lin...David S. Miller3-3/+16