summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-0835-82/+205
|\
| * 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
* | | | | | tipc: move netlink policies to netlink.cRichard Alpe2016-03-079-74/+85
* | | | | | arp: correct return value of arp_rcvZhang Shengju2016-03-071-15/+20
* | | | | | netlabel: do not initialise statics to NULLWei Tang2016-03-071-2/+2
* | | | | | netlink: do not initialise statics to 0 or NULLWei Tang2016-03-071-3/+3
* | | | | | tipc: remove pre-allocated message header in link structJon Paul Maloy2016-03-065-77/+45
* | | | | | tipc: make sure required IPv6 addresses are scopedRichard Alpe2016-03-061-0/+5
* | | | | | tipc: safely copy UDP netlink data from userRichard Alpe2016-03-061-11/+13
* | | | | | tipc: don't check link reset on non existing linkRichard Alpe2016-03-061-1/+1
* | | | | | tipc: add net device to skb before UDP xmitRichard Alpe2016-03-061-0/+2
* | | | | | act_ife: fix a typo in kmemdup() parametersWANG Cong2016-03-061-2/+2
OpenPOWER on IntegriCloud