summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-03-221-2/+6
* mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg2017-03-151-7/+9
* mac80211: don't handle filtered frames within a BA sessionFelix Fietkau2017-03-151-1/+2
* mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-03-153-3/+18
* mac80211: flush delayed work when entering suspendMatt Chen2017-03-151-0/+1
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-03-121-1/+2
* xprtrdma: Reduce required number of send SGEsChuck Lever2017-03-123-9/+32
* xprtrdma: Disable pad optimization by defaultChuck Lever2017-03-122-1/+2
* xprtrdma: Per-connection pad optimizationChuck Lever2017-03-123-14/+16
* xprtrdma: Fix Read chunk paddingChuck Lever2017-03-121-6/+4
* netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina2017-02-261-13/+26
* net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-02-261-1/+3
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-261-4/+4
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-02-181-2/+4
* irda: Fix lockdep annotations in hashbin_delete().David S. Miller2017-02-171-18/+16
* dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-171-1/+2
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-171-9/+22
* rhashtable: Revert nested table changes.David S. Miller2017-02-152-23/+11
* net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-151-1/+2
* tcp: tcp_probe: use spin_lock_bh()Eric Dumazet2017-02-141-2/+2
* packet: fix races in fanout_add()Eric Dumazet2017-02-141-25/+30
* kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong2017-02-141-2/+4
* ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-02-143-8/+21
* ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-02-141-0/+3
* tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2017-02-132-11/+23
* NET: Fix /proc/net/arp for AX.25Ralf Baechle2017-02-131-6/+6
* net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2017-02-122-0/+6
* l2tp: do not use udp_ioctl()Eric Dumazet2017-02-103-2/+28
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-092-0/+2
* kcm: fix 0-length case for kcm_sendmsg()WANG Cong2017-02-091-18/+22
* net: dsa: Do not destroy invalid network devicesFlorian Fainelli2017-02-081-0/+1
* ping: fix a null pointer dereferenceWANG Cong2017-02-081-0/+2
* packet: round up linear to header lenWillem de Bruijn2017-02-081-3/+4
* net: introduce device min_header_lenWillem de Bruijn2017-02-081-0/+1
* sit: fix a double free on error pathWANG Cong2017-02-081-0/+1
* ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe2017-02-081-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-0717-96/+102
|\
| * sctp: check af before verify address in sctp_addr_id2transportXin Long2017-02-071-1/+1
| * sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-02-071-1/+2
| * udp: properly cope with csum errorsEric Dumazet2017-02-073-4/+8
| * tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-061-0/+6
| * ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-02-061-2/+8
| * Merge tag 'mac80211-for-davem-2017-02-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-02-063-4/+5
| |\
| | * nl80211: Fix mesh HT operation checkMasashi Honma2017-02-061-0/+1
| | * mac80211: Fix adding of mesh vendor IEsThorsten Horstmann2017-02-061-1/+1
| | * mac80211: Allocate a sync skcipher explicitly for FILS AEADJouni Malinen2017-02-061-2/+2
| | * mac80211: Fix FILS AEAD protection in Association Request frameJouni Malinen2017-02-061-1/+1
| * | ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-061-11/+13
| |/
| * ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-051-19/+21
| * netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-041-0/+4