summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-06-07sunrpc: fix stripping of padded MIC tokensTomáš Trnka
2016-05-18nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni
2016-05-18tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-05-18net: fix a kernel infoleak in x25 moduleKangjie Lu
2016-05-18bridge: fix igmp / mld query parsingLinus Lüssing
2016-05-18net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov
2016-05-18VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell
2016-05-18net: fix infoleak in rtnetlinkKangjie Lu
2016-05-18net: fix infoleak in llcKangjie Lu
2016-05-18netem: Segment GSO packets on enqueueNeil Horman
2016-05-18sch_dsmark: update backlog as wellWANG Cong
2016-05-18sch_htb: update backlog as wellWANG Cong
2016-05-18net_sched: update hierarchical backlog tooWANG Cong
2016-05-18net_sched: introduce qdisc_replace() helperWANG Cong
2016-05-18gre: do not pull header in ICMP error processingJiri Benc
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-05-18openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman
2016-05-18vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann
2016-05-18net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-05-18net: sched: do not requeue a NULL skbLars Persson
2016-05-18packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
2016-05-18route: do not cache fib route info on local routes with oifChris Friesen
2016-05-18decnet: Do not build routes to devices without decnet private data.David S. Miller
2016-05-11batman-adv: Reduce refcnt of removed router when updating routeSven Eckelmann
2016-05-11batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing
2016-05-11batman-adv: Check skb size before using encapsulated ETH+VLAN headerSven Eckelmann
2016-05-11batman-adv: fix DAT candidate selection (must use vid)Antonio Quartulli
2016-05-11mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg
2016-05-11ipvs: drop first packet to redirect conntrackJulian Anastasov
2016-05-11ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni
2016-05-11ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann
2016-05-04sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a raceNeilBrown
2016-05-04netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov
2016-05-04nl80211: check netlink protocol in socket release notificationDmitry Ivanov
2016-04-20mac80211: fix txq queue related crashesMichal Kazior
2016-04-20mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior
2016-04-20mac80211: fix ibss scan parametersSara Sharon
2016-04-20mac80211: avoid excessive stack usage in sta_infoArnd Bergmann
2016-04-20mac80211: properly deal with station hashtable insert errorsJohannes Berg
2016-04-20mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu
2016-04-20ipv6: Count in extension headers in skb->network_headerJakub Sitnicki
2016-04-20ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-04-20ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-04-20ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2016-04-20tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann
2016-04-20rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel
2016-04-20bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan
2016-04-20ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet
2016-04-20xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org