| Commit message (Expand) | Author | Age | Files | Lines |
* | caif: fix a signedness bug in cfpkt_iterate() | Dan Carpenter | 2015-02-20 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-02-18 | 2 | -1/+8 |
|\ |
|
| * | vxlan: Use checksum partial with remote checksum offload | Tom Herbert | 2015-02-12 | 1 | -1/+3 |
| * | net: Fix remcsum in GRO path to not change packet | Tom Herbert | 2015-02-12 | 1 | -0/+5 |
* | | memcg: cleanup static keys decrement | Vladimir Davydov | 2015-02-13 | 1 | -5/+0 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-02-12 | 1 | -9/+16 |
|\ \
| |/
|/| |
|
| * | cipso: don't use IPCB() to locate the CIPSO IP option | Paul Moore | 2015-02-11 | 1 | -9/+16 |
* | | ipv4: Namespecify TCP PMTU mechanism | Fan Du | 2015-02-10 | 2 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-02-09 | 2 | -2/+3 |
|\ \ |
|
| * | | ipv6: Make __ipv6_select_ident static | Vlad Yasevich | 2015-02-09 | 1 | -2/+0 |
| * | | net: ipv6: allow explicitly choosing optimistic addresses | Erik Kline | 2015-02-06 | 1 | -0/+3 |
* | | | net/bonding: Fix potential bad memory access during bonding events | Moni Shoua | 2015-02-09 | 1 | -1/+1 |
* | | | net: rfs: add hash collision detection | Eric Dumazet | 2015-02-09 | 1 | -23/+1 |
* | | | tcp: mitigate ACK loops for connections as tcp_request_sock | Neal Cardwell | 2015-02-08 | 1 | -0/+1 |
* | | | tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacks | Neal Cardwell | 2015-02-08 | 1 | -0/+32 |
* | | | Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-02-08 | 3 | -7/+254 |
|\ \ \ |
|
| * | | | NFC: nci: Move logical connection structure allocation | Christophe Ricard | 2015-02-04 | 1 | -0/+1 |
| * | | | NFC: nci: Change credits field to credits_cnt | Christophe Ricard | 2015-02-04 | 1 | -1/+1 |
| * | | | NFC: nci: Support all destinations type when creating a connection | Christophe Ricard | 2015-02-04 | 2 | -9/+13 |
| * | | | NFC: nci: Add reference to the RF logical connection | Christophe Ricard | 2015-02-04 | 1 | -0/+1 |
| * | | | NFC: nci: Add RF NFCEE action notification support | Christophe Ricard | 2015-02-02 | 1 | -0/+8 |
| * | | | NFC: Forward NFC_EVT_TRANSACTION to user space | Christophe Ricard | 2015-02-02 | 1 | -0/+27 |
| * | | | NFC: nci: Add HCI over NCI protocol support | Christophe Ricard | 2015-02-02 | 1 | -0/+93 |
| * | | | NFC: nci: Support logical connections management | Christophe Ricard | 2015-02-02 | 2 | -0/+33 |
| * | | | NFC: nci: Add NFCEE enabling and disabling support | Christophe Ricard | 2015-02-02 | 2 | -0/+10 |
| * | | | NFC: nci: Add NFCEE discover support | Christophe Ricard | 2015-02-02 | 1 | -0/+4 |
| * | | | NFC: nci: Add NCI NFCEE constants | Christophe Ricard | 2015-02-02 | 1 | -0/+48 |
| * | | | NFC: nci: Add dynamic logical connections support | Christophe Ricard | 2015-02-02 | 1 | -7/+25 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-02-05 | 7 | -16/+19 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | ipv6: fix sparse errors in ip6_make_flowlabel() | Eric Dumazet | 2015-02-05 | 1 | -2/+2 |
| * | | | flow_keys: n_proto type should be __be16 | Eric Dumazet | 2015-02-05 | 1 | -3/+3 |
| * | | | ipv6: Select fragment id during UFO segmentation if not set. | Vlad Yasevich | 2015-02-04 | 1 | -0/+3 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-02-03 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | netfilter: nf_tables: validate hooks in NAT expressions | Pablo Neira Ayuso | 2015-01-19 | 1 | -0/+2 |
| * | | | | ipv4: tcp: get rid of ugly unicast_sock | Eric Dumazet | 2015-02-02 | 2 | -1/+2 |
| * | | | | net: sched: fix panic in rate estimators | Eric Dumazet | 2015-02-01 | 1 | -8/+5 |
| * | | | | tcp: stretch ACK fixes prep | Neal Cardwell | 2015-01-29 | 1 | -2/+2 |
* | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 2015-02-05 | 3 | -13/+10 |
|\ \ \ \ \ |
|
| * | | | | | net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter() | Al Viro | 2015-02-04 | 1 | -2/+1 |
| * | | | | | ip: convert tcp_sendmsg() to iov_iter primitives | Al Viro | 2015-02-04 | 1 | -10/+8 |
| * | | | | | ip: stash a pointer to msghdr in struct ping_fakehdr | Al Viro | 2015-02-04 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | tcp: do not pace pure ack packets | Eric Dumazet | 2015-02-05 | 1 | -0/+15 |
* | | | | | net/bonding: Notify state change on slaves | Moni Shoua | 2015-02-05 | 1 | -0/+12 |
* | | | | | net/bonding: Move slave state changes to a helper function | Moni Shoua | 2015-02-05 | 1 | -0/+5 |
* | | | | | Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc... | David S. Miller | 2015-02-04 | 2 | -5/+39 |
|\ \ \ \ \ |
|
| * | | | | | mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphers | Jouni Malinen | 2015-01-27 | 1 | -0/+5 |
| * | | | | | mac80111: Add GCMP and GCMP-256 ciphers | Jouni Malinen | 2015-01-27 | 1 | -5/+10 |
| * | | | | | nl80211: add an attribute to allow delaying the first scheduled scan cycle | Luciano Coelho | 2015-01-23 | 1 | -0/+5 |
| * | | | | | mac80211: enable TPC through mac80211 stack | Lorenzo Bianconi | 2015-01-23 | 1 | -0/+7 |
| * | | | | | mac80211: allow drivers to control software crypto | Johannes Berg | 2015-01-22 | 1 | -0/+12 |