| Age | Commit message (Expand) | Author | Lines |
| 2015-06-03 | switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/... | Scott Feldman | -2/+2 |
| 2015-06-03 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | -45/+41 |
| 2015-06-03 | bpf: introduce bpf_clone_redirect() helper | Alexei Starovoitov | -0/+40 |
| 2015-06-03 | batman-adv: Remove unnecessary ret variable in algo_register | Markus Pargmann | -5/+2 |
| 2015-06-03 | batman-adv: Remove unnecessary ret variable | Markus Pargmann | -8/+3 |
| 2015-06-03 | batman-adv: main, batadv_compare_eth return bool | Markus Pargmann | -1/+1 |
| 2015-06-03 | batman-adv: main, Convert is_my_mac() to bool | Markus Pargmann | -5/+8 |
| 2015-06-03 | batman-adv: Remove unnecessary check for orig_ifinfo not NULL | Sven Eckelmann | -2/+1 |
| 2015-06-03 | batman-adv: types, Fix comment on bcast_own | Markus Pargmann | -3/+4 |
| 2015-06-03 | batman-adv: iv_ogm, fix comment function name | Markus Pargmann | -1/+1 |
| 2015-06-03 | batman-adv: iv_ogm, fix coding style | Markus Pargmann | -1/+3 |
| 2015-06-03 | batman-adv: iv_ogm, Fix dup_status comment | Markus Pargmann | -1/+1 |
| 2015-06-03 | batman-adv: iv_ogm_orig_update, style, add missing brackets | Markus Pargmann | -1/+2 |
| 2015-06-03 | batman-adv: iv_ogm_queue_add, Simplify expressions | Markus Pargmann | -2/+2 |
| 2015-06-03 | batman-adv: iv_ogm_aggregate_new, simplify error handling | Markus Pargmann | -15/+13 |
| 2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | -119/+215 |
| 2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | -4/+0 |
| 2015-06-01 | vlan: Add GRO support for non hardware accelerated vlan | Toshiaki Makita | -0/+96 |
| 2015-06-01 | vti6: Add pmtu handling to vti6_xmit. | Steffen Klassert | -0/+14 |
| 2015-06-01 | openvswitch: include datapath actions with sampled-packet upcall to userspace | Neil McKee | -10/+33 |
| 2015-06-01 | net: Add priority to packet_offload objects. | David S. Miller | -2/+9 |
| 2015-06-01 | Revert "net: core: 'ethtool' issue with querying phy settings" | David S. Miller | -9/+1 |
| 2015-06-01 | Revert "netfilter: ensure number of counters is >0 in do_replace()" | Bernhard Thaler | -4/+0 |
| 2015-05-31 | net: dsa: Properly propagate errors from dsa_switch_setup_one | Florian Fainelli | -2/+2 |
| 2015-05-31 | tcp: fix child sockets to use system default congestion control if not set | Neal Cardwell | -2/+8 |
| 2015-05-31 | net/rds Add getsockopt support for SO_RDS_TRANSPORT | Sowmini Varadhan | -0/+14 |
| 2015-05-31 | net/rds: Add setsockopt support for SO_RDS_TRANSPORT | Sowmini Varadhan | -0/+53 |
| 2015-05-31 | net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h | Sowmini Varadhan | -5/+0 |
| 2015-05-31 | ebpf: allow bpf_ktime_get_ns_proto also for networking | Daniel Borkmann | -0/+2 |
| 2015-05-31 | udp: fix behavior of wrong checksums | Eric Dumazet | -8/+4 |
| 2015-05-31 | Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/sc... | David S. Miller | -27/+73 |
| 2015-05-31 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | -137/+165 |
| 2015-05-31 | netevent: remove automatic variable in register_netevent_notifier() | Wang Long | -4/+1 |
| 2015-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | -11/+233 |
| 2015-05-30 | ipv6: drop unneeded goto | Julia Lawall | -7/+1 |
| 2015-05-30 | bridge: fix br_multicast_query_expired() bug | Eric Dumazet | -1/+1 |
| 2015-05-30 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | -281/+476 |
| 2015-05-30 | tipc: unconditionally put sock refcnt when sock timer to be deleted is pending | Ying Xue | -5/+2 |
| 2015-05-30 | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields | Alexei Starovoitov | -0/+18 |
| 2015-05-30 | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN | Sorin Dumitru | -4/+6 |
| 2015-05-29 | net: rfkill: gpio: make better use of gpiod API | Uwe Kleine-König | -14/+10 |
| 2015-05-29 | cfg80211: ignore netif running state when changing iftype | Michal Kazior | -1/+1 |
| 2015-05-29 | mac80211: prevent possible crypto tx tailroom corruption | Michal Kazior | -0/+3 |
| 2015-05-29 | batman-adv: Use common declaration order in *_send_skb_(packet|unicast) | Antonio Quartulli | -1/+1 |
| 2015-05-29 | batman-adv: iv_ogm_orig_update, remove unnecessary brackets | Markus Pargmann | -1/+1 |
| 2015-05-29 | batman-adv: iv_ogm_can_aggregate, code readability | Markus Pargmann | -49/+53 |
| 2015-05-29 | batman-adv: checkpatch - spaces preferred around that '*' | Marek Lindner | -2/+2 |
| 2015-05-29 | batman-adv: checkpatch - comparison to NULL could be rewritten | Marek Lindner | -1/+1 |
| 2015-05-29 | batman-adv: Use safer default config for optional features | Sven Eckelmann | -2/+2 |
| 2015-05-29 | batman-adv: iv_ogm_send_to_if, declare char* as const | Markus Pargmann | -1/+1 |