summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2016-04-20ipv4: initialize flowi4_flags before calling fib_lookup()Lance Richardson
2016-04-20ipv4: fix broadcast packets receptionPaolo Abeni
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet
2016-04-20net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2016-04-20ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-04-20bridge: allow zero ageing timeStephen Hemminger
2016-04-20net: dsa: Fix cleanup resources upon module removalNeil Armstrong
2016-04-20packet: validate variable length ll headersWillem de Bruijn
2016-04-20ax25: add link layer header validation functionWillem de Bruijn
2016-04-12Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg
2016-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-03-06tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan
2016-03-06net: sched: fix act_ipt for LOG targetPhil Sutter
2016-03-03ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-03-02Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-03-01sctp: sctp_remaddr_seq_show use the wrong variable to dump transport infoXin Long
2016-03-01sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-03-01mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau
2016-03-01mac80211: Fix Public Action frame RX in AP modeJouni Malinen
2016-03-01mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真
2016-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-02-25Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-02-25net: fix bridge multicast packet checksum validationLinus Lüssing
2016-02-24Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-02-24bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann
2016-02-24libceph: don't spam dmesg with stray reply warningsIlya Dryomov
2016-02-24libceph: use the right footer size when skipping a messageIlya Dryomov
2016-02-24libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-02-24ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa
2016-02-23Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-02-23tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov
2016-02-23sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2016-02-23cfg80211: stop critical protocol session upon disconnect eventArend van Spriel
2016-02-23nl80211: Zero out the connection keys memory when freeing them.Ola Olsson
2016-02-23mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau
2016-02-21Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-02-21sctp: Fix port hash table size computationNeil Horman
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson
2016-02-19af_unix: Don't use continue to re-execute unix_stream_read_generic loopRainer Weikusat
2016-02-19unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin