summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
* | | | | | | | wireless: use reset to set mac headerZhang Shengju2016-03-041-1/+1
* | | | | | | | mac80211: use reset to set header pointerZhang Shengju2016-03-044-9/+9
* | | | | | | | rxrpc: Don't try to map ICMP to error as the lower layer already did thatDavid Howells2016-03-041-10/+0
* | | | | | | | rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells2016-03-041-3/+5
* | | | | | | | rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells2016-03-041-1/+1
* | | | | | | | rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells2016-03-041-8/+9
* | | | | | | | rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells2016-03-041-4/+7
* | | | | | | | rxrpc: Adjust some whitespace and commentsDavid Howells2016-03-047-29/+22
* | | | | | | | rxrpc: Be more selective about the types of received packets we acceptDavid Howells2016-03-041-1/+2
* | | | | | | | rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtuDavid Howells2016-03-041-1/+1
* | | | | | | | rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells2016-03-041-1/+1
* | | | | | | | rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells2016-03-0417-381/+431
* | | | | | | | rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells2016-03-0410-101/+101
* | | | | | | | rxrpc: Convert call flag and event numbers into enumsDavid Howells2016-03-043-47/+65
* | | | | | | | rxrpc: Fix a case where a call event bit is being used as a flag bitDavid Howells2016-03-041-1/+1
* | | | | | | | net: sched: use pfifo_fast for non real queuesEric Dumazet2016-03-033-2/+4