aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-03netlink: Replace rhash_portid with boundHerbert Xu
2015-10-03netlink: Fix autobind race condition that leads to zero port IDHerbert Xu
2015-10-03fib_rules: fix fib rule dumps across multiple skbsWilson Kok
2015-10-03net: revert "net_sched: move tp->root allocation into fw_init()"WANG Cong
2015-10-03tcp: add proper TS val into RST packetsEric Dumazet
2015-10-03openvswitch: Zero flows on allocation.Jesse Gross
2015-10-03bridge: fix igmpv3 / mldv2 report parsingLinus Lüssing
2015-10-03sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner
2015-10-03netlink, mmap: transform mmap skb into full skb on tapsDaniel Borkmann
2015-10-03ipv6: fix multipath route replace error recoveryRoopa Prabhu
2015-10-03net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing
2015-10-03ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann
2015-10-03sock, diag: fix panic in sock_diag_put_filterinfoDaniel Borkmann
2015-10-03cls_u32: complete the check for non-forced case in u32_destroy()WANG Cong
2015-10-03ip6_gre: release cached dst on tunnel removalhuaibin Wang
2015-09-29ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft
2015-09-29net: dsa: Do not override PHY interface if already configuredFlorian Fainelli
2015-09-29inet: fix races with reqsk timersEric Dumazet
2015-09-29inet: fix possible request socket leakEric Dumazet
2015-09-29netlink: make sure -EBUSY won't escape from netlink_insertDaniel Borkmann
2015-09-29bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute size and...Nikolay Aleksandrov
2015-09-29bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policyNikolay Aleksandrov
2015-09-29udp: fix dst races with multicast early demuxEric Dumazet
2015-09-29rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-09-29net: sched: fix refcount imbalance in actionsDaniel Borkmann
2015-09-29act_bpf: fix memory leaks when replacing bpf programsDaniel Borkmann
2015-09-29packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov
2015-09-29packet: missing dev_put() in packet_do_bind()Lars Westerhoff
2015-09-29fib_trie: Drop unnecessary calls to leaf_pull_suffixAlexander Duyck
2015-09-29bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov
2015-09-29netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-09-29inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-09-29sched: cls_flow: fix panic on filter replaceDaniel Borkmann
2015-09-29sched: cls_bpf: fix panic on filter replaceDaniel Borkmann
2015-09-29Revert "sit: Add gro callbacks to sit_offload"Herbert Xu
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-09-29fq_codel: fix a use-after-freeWANG Cong
2015-09-29bridge: mdb: fix double add notificationNikolay Aleksandrov
2015-09-29net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-09-29net: Fix skb csum races when peekingHerbert Xu
2015-09-29net: Clone skb before setting peeked flagHerbert Xu
2015-09-29net: call rcu_read_lock early in process_backlogJulian Anastasov
2015-09-29net: do not process device backlog during unregistrationJulian Anastasov
2015-09-29bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet
2015-09-29net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov
2015-09-29bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov
2015-09-29net/tipc: initialize security state for new connection socketStephen Smalley
2015-09-29ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs
2015-09-29rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-09-29Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel