summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-19net/route: enforce hoplimit max valuePaolo Abeni2-0/+4
2016-05-19tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-05-19net: fix a kernel infoleak in x25 moduleKangjie Lu1-0/+1
2016-05-19bridge: fix igmp / mld query parsingLinus Lüssing1-5/+7
2016-05-19net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2016-05-19VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell1-20/+1
2016-05-19net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-05-19net: fix infoleak in llcKangjie Lu1-0/+1
2016-05-19netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-05-19sch_dsmark: update backlog as wellWANG Cong1-0/+3
2016-05-19sch_htb: update backlog as wellWANG Cong1-1/+4
2016-05-19net_sched: update hierarchical backlog tooWANG Cong19-47/+84
2016-05-19net_sched: introduce qdisc_replace() helperWANG Cong12-78/+12
2016-05-19gre: do not pull header in ICMP error processingJiri Benc1-3/+8
2016-05-19ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni1-1/+5
2016-05-19openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman1-2/+2
2016-05-19vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann1-2/+5
2016-05-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann5-20/+7
2016-05-19net: sched: do not requeue a NULL skbLars Persson1-1/+4
2016-05-19packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause1-0/+1
2016-05-19route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2016-05-19decnet: Do not build routes to devices without decnet private data.David S. Miller1-1/+8
2016-05-11batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann1-0/+9
2016-05-11batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing1-0/+6
2016-05-11batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann1-2/+6
2016-05-11batman-adv: fix DAT candidate selection (must use vid)Antonio Quartulli1-7/+10
2016-05-11mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg1-2/+2
2016-05-11ipvs: drop first packet to redirect conntrackJulian Anastasov1-9/+28
2016-05-11ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni1-1/+1
2016-05-11ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann1-2/+2
2016-05-05sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown1-3/+3
2016-05-05netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov1-1/+1
2016-05-05nl80211: check netlink protocol in socket release notificationDmitry Ivanov1-1/+1
2016-04-20mac80211: fix txq queue related crashesMichal Kazior1-0/+3
2016-04-20mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior1-2/+3
2016-04-20mac80211: fix ibss scan parametersSara Sharon1-7/+15
2016-04-20mac80211: avoid excessive stack usage in sta_infoArnd Bergmann1-8/+16
2016-04-20mac80211: properly deal with station hashtable insert errorsJohannes Berg1-5/+8
2016-04-20mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu1-0/+3
2016-04-20ipv6: Count in extension headers in skb->network_headerJakub Sitnicki1-4/+4
2016-04-20ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-20ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan1-3/+5
2016-04-20ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2016-04-20tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-12/+21
2016-04-20rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-04-20bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan1-1/+1
2016-04-20ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-04-20xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org1-0/+3
2016-04-20ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson1-9/+7
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni1-4/+8