summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra2016-03-153-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-0730-74/+188
|\
| * tcp: fix tcpi_segs_in after connection establishmentEric Dumazet2016-03-071-1/+2
| * udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-03-071-4/+2
| * tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan2016-03-061-1/+2
| * net: sched: fix act_ipt for LOG targetPhil Sutter2016-03-061-0/+2
| * ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal2016-03-031-1/+5
| * tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan2016-03-031-14/+19
| * mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2016-03-032-4/+2
| * Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-03-023-11/+30
| |\
| | * mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau2016-03-011-1/+1
| | * mac80211: Fix Public Action frame RX in AP modeJouni Malinen2016-03-011-0/+1
| | * mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg2016-03-012-10/+28
| * | sctp: sctp_remaddr_seq_show use the wrong variable to dump transport infoXin Long2016-03-011-5/+5
| * | sctp: lack the check for ports in sctp_v6_cmp_addrXin Long2016-03-011-0/+2
| * | net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真2016-02-263-6/+20
| * | net: fix bridge multicast packet checksum validationLinus Lüssing2016-02-251-2/+20
| * | Merge tag 'mac80211-for-davem-2016-02-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-02-247-20/+60
| |\|
| | * cfg80211: stop critical protocol session upon disconnect eventArend van Spriel2016-02-231-0/+6
| | * nl80211: Zero out the connection keys memory when freeing them.Ola Olsson2016-02-231-1/+1
| | * mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau2016-02-231-1/+1
| | * mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2016-02-022-2/+3
| | * mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rateKonstantin Khlebnikov2016-02-021-4/+5
| | * mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge2016-01-291-1/+1
| | * cfg80211/wext: fix message orderingJohannes Berg2016-01-292-1/+4
| | * wext: fix message delay/orderingJohannes Berg2016-01-291-11/+40
| * | bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann2016-02-241-2/+4
| * | ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa2016-02-241-1/+4
| * | tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-02-234-1/+8
| * | tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov2016-02-231-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-02-262-6/+13
|\ \ \
| * | | libceph: don't spam dmesg with stray reply warningsIlya Dryomov2016-02-241-2/+2
| * | | libceph: use the right footer size when skipping a messageIlya Dryomov2016-02-241-2/+9
| * | | libceph: don't bail early from try_read() when skipping a messageIlya Dryomov2016-02-241-2/+2
* | | | Merge tag 'nfsd-4.5-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-02-251-1/+1
|\ \ \ \
| * | | | sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi2016-02-231-1/+1
| |/ / /
* | | | Merge tag 'nfs-for-4.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-02-232-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2016-02-181-0/+2
| |\ \ \
| | * | | xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever2016-02-171-0/+2
| * | | | auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew2016-02-171-1/+1
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-02-211-2/+4
|\ \ \ \ \
| * | | | | Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson2016-02-201-2/+4
* | | | | | sctp: Fix port hash table size computationNeil Horman2016-02-211-8/+38
|/ / / / /
* | | | | af_unix: Don't use continue to re-execute unix_stream_read_generic loopRainer Weikusat2016-02-191-1/+2
* | | | | unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin2016-02-191-1/+1
* | | | | lwt: fix rx checksum setting for lwt devices tunneling over ipv6Paolo Abeni2016-02-191-1/+1
* | | | | tipc: unlock in error pathInsu Yun2016-02-191-1/+3
* | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-02-193-5/+33
|\ \ \ \ \
| * | | | | batman-adv: Avoid endless loop in bat-on-bat netdevice checkAndrew Lunn2016-02-161-0/+25
| * | | | | batman-adv: Only put orig_node_vlan list reference when removedSven Eckelmann2016-02-161-2/+4