| Commit message (Expand) | Author | Age | Files | Lines |
* | NFC: netlink: Implement vendor command support | Samuel Ortiz | 2015-06-09 | 1 | -0/+55 |
* | NFC: nci: Move close ops call in nci_close_device | Christophe Ricard | 2015-06-09 | 1 | -4/+6 |
* | NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd | Christophe Ricard | 2015-06-09 | 1 | -0/+26 |
* | NFC: nci: Add nci init ops for early device initialization | Christophe Ricard | 2015-06-09 | 1 | -2/+7 |
* | NFC: nci: Add NCI_RESET return code check before setup | Christophe Ricard | 2015-06-09 | 1 | -2/+3 |
* | NFC: nci: Handle proprietary response and notifications | Samuel Ortiz | 2015-06-09 | 3 | -0/+72 |
* | NFC: nci: hci: Fix releasing uninitialized skbs | Joe Perches | 2015-06-09 | 1 | -8/+3 |
* | fib_trie: coding style: Use pointer after check | Firo Yang | 2015-06-07 | 1 | -8/+13 |
* | tcp: get_cookie_sock() consolidation | Eric Dumazet | 2015-06-07 | 2 | -23/+6 |
* | bpf: allow programs to write to certain skb fields | Alexei Starovoitov | 2015-06-07 | 1 | -12/+82 |
* | bpf: make programs see skb->data == L2 for ingress and egress | Alexei Starovoitov | 2015-06-07 | 3 | -25/+26 |
* | tcp: remove redundant checks II | Eric Dumazet | 2015-06-07 | 2 | -8/+0 |
* | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitations | Eric Dumazet | 2015-06-06 | 3 | -2/+11 |
* | mpls: Add MPLS entropy label in flow_keys | Tom Herbert | 2015-06-04 | 1 | -0/+35 |
* | net: Add GRE keyid in flow_keys | Tom Herbert | 2015-06-04 | 1 | -1/+23 |
* | net: Add IPv6 flow label to flow_keys | Tom Herbert | 2015-06-04 | 1 | -19/+10 |
* | net: Add VLAN ID to flow_keys | Tom Herbert | 2015-06-04 | 1 | -0/+14 |
* | net: Get rid of IPv6 hash addresses flow keys | Tom Herbert | 2015-06-04 | 1 | -17/+0 |
* | net: Add keys for TIPC address | Tom Herbert | 2015-06-04 | 1 | -5/+13 |
* | net: Add full IPv6 addresses to flow_keys | Tom Herbert | 2015-06-04 | 4 | -29/+114 |
* | net: Get skb hash over flow_keys structure | Tom Herbert | 2015-06-04 | 2 | -13/+43 |
* | net: Remove superfluous setting of key_basic | Tom Herbert | 2015-06-04 | 1 | -6/+0 |
* | net: Simplify GRE case in flow_dissector | Tom Herbert | 2015-06-04 | 1 | -22/+22 |
* | bpf: fix build due to missing tc_verd | Alexei Starovoitov | 2015-06-04 | 1 | -3/+1 |
* | tcp: double default TSQ output bytes limit | Wei Liu | 2015-06-04 | 1 | -2/+2 |
* | tcp: remove redundant checks | Eric Dumazet | 2015-06-04 | 2 | -4/+4 |
* | switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/... | Scott Feldman | 2015-06-03 | 1 | -2/+2 |
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 2015-06-03 | 4 | -45/+41 |
|\ |
|
| * | batman-adv: Remove unnecessary ret variable in algo_register | Markus Pargmann | 2015-06-03 | 1 | -5/+2 |
| * | batman-adv: Remove unnecessary ret variable | Markus Pargmann | 2015-06-03 | 1 | -8/+3 |
| * | batman-adv: main, batadv_compare_eth return bool | Markus Pargmann | 2015-06-03 | 1 | -1/+1 |
| * | batman-adv: main, Convert is_my_mac() to bool | Markus Pargmann | 2015-06-03 | 2 | -5/+8 |
| * | batman-adv: Remove unnecessary check for orig_ifinfo not NULL | Sven Eckelmann | 2015-06-03 | 1 | -2/+1 |
| * | batman-adv: types, Fix comment on bcast_own | Markus Pargmann | 2015-06-03 | 1 | -3/+4 |
| * | batman-adv: iv_ogm, fix comment function name | Markus Pargmann | 2015-06-03 | 1 | -1/+1 |
| * | batman-adv: iv_ogm, fix coding style | Markus Pargmann | 2015-06-03 | 1 | -1/+3 |
| * | batman-adv: iv_ogm, Fix dup_status comment | Markus Pargmann | 2015-06-03 | 1 | -1/+1 |
| * | batman-adv: iv_ogm_orig_update, style, add missing brackets | Markus Pargmann | 2015-06-03 | 1 | -1/+2 |
| * | batman-adv: iv_ogm_queue_add, Simplify expressions | Markus Pargmann | 2015-06-03 | 1 | -2/+2 |
| * | batman-adv: iv_ogm_aggregate_new, simplify error handling | Markus Pargmann | 2015-06-03 | 1 | -15/+13 |
* | | bpf: introduce bpf_clone_redirect() helper | Alexei Starovoitov | 2015-06-03 | 1 | -0/+40 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-06-01 | 26 | -119/+215 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-06-01 | 1 | -4/+0 |
| |\ |
|
| | * | Revert "netfilter: ensure number of counters is >0 in do_replace()" | Bernhard Thaler | 2015-06-01 | 1 | -4/+0 |
| * | | vti6: Add pmtu handling to vti6_xmit. | Steffen Klassert | 2015-06-01 | 1 | -0/+14 |
| * | | Revert "net: core: 'ethtool' issue with querying phy settings" | David S. Miller | 2015-06-01 | 1 | -9/+1 |
| * | | net: dsa: Properly propagate errors from dsa_switch_setup_one | Florian Fainelli | 2015-05-31 | 1 | -2/+2 |
| * | | tcp: fix child sockets to use system default congestion control if not set | Neal Cardwell | 2015-05-31 | 2 | -2/+8 |
| * | | udp: fix behavior of wrong checksums | Eric Dumazet | 2015-05-31 | 2 | -8/+4 |
| * | | bridge: fix br_multicast_query_expired() bug | Eric Dumazet | 2015-05-30 | 1 | -1/+1 |