Age | Commit message (Expand) | Author | Files | Lines |
2015-06-03 | batman-adv: iv_ogm_orig_update, style, add missing brackets | Markus Pargmann | 1 | -1/+2 |
2015-06-03 | batman-adv: iv_ogm_queue_add, Simplify expressions | Markus Pargmann | 1 | -2/+2 |
2015-06-03 | batman-adv: iv_ogm_aggregate_new, simplify error handling | Markus Pargmann | 1 | -15/+13 |
2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 26 | -119/+215 |
2015-06-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -4/+0 |
2015-06-01 | vlan: Add GRO support for non hardware accelerated vlan | Toshiaki Makita | 1 | -0/+96 |
2015-06-01 | vti6: Add pmtu handling to vti6_xmit. | Steffen Klassert | 1 | -0/+14 |
2015-06-01 | openvswitch: include datapath actions with sampled-packet upcall to userspace | Neil McKee | 3 | -10/+33 |
2015-06-01 | net: Add priority to packet_offload objects. | David S. Miller | 3 | -2/+9 |
2015-06-01 | Revert "net: core: 'ethtool' issue with querying phy settings" | David S. Miller | 1 | -9/+1 |
2015-06-01 | Revert "netfilter: ensure number of counters is >0 in do_replace()" | Bernhard Thaler | 1 | -4/+0 |
2015-05-31 | net: dsa: Properly propagate errors from dsa_switch_setup_one | Florian Fainelli | 1 | -2/+2 |
2015-05-31 | tcp: fix child sockets to use system default congestion control if not set | Neal Cardwell | 2 | -2/+8 |
2015-05-31 | net/rds Add getsockopt support for SO_RDS_TRANSPORT | Sowmini Varadhan | 1 | -0/+14 |
2015-05-31 | net/rds: Add setsockopt support for SO_RDS_TRANSPORT | Sowmini Varadhan | 4 | -0/+53 |
2015-05-31 | net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h | Sowmini Varadhan | 1 | -5/+0 |
2015-05-31 | ebpf: allow bpf_ktime_get_ns_proto also for networking | Daniel Borkmann | 1 | -0/+2 |
2015-05-31 | udp: fix behavior of wrong checksums | Eric Dumazet | 2 | -8/+4 |
2015-05-31 | Merge tag 'mac80211-next-for-davem-2015-05-29' of git://git.kernel.org/pub/sc... | David S. Miller | 10 | -27/+73 |
2015-05-31 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 43 | -137/+165 |
2015-05-31 | netevent: remove automatic variable in register_netevent_notifier() | Wang Long | 1 | -4/+1 |
2015-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 6 | -11/+233 |
2015-05-30 | ipv6: drop unneeded goto | Julia Lawall | 1 | -7/+1 |
2015-05-30 | bridge: fix br_multicast_query_expired() bug | Eric Dumazet | 1 | -1/+1 |
2015-05-30 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 22 | -281/+476 |
2015-05-30 | tipc: unconditionally put sock refcnt when sock timer to be deleted is pending | Ying Xue | 1 | -5/+2 |
2015-05-30 | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields | Alexei Starovoitov | 1 | -0/+18 |
2015-05-30 | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN | Sorin Dumitru | 1 | -4/+6 |
2015-05-29 | net: rfkill: gpio: make better use of gpiod API | Uwe Kleine-König | 1 | -14/+10 |
2015-05-29 | cfg80211: ignore netif running state when changing iftype | Michal Kazior | 1 | -1/+1 |
2015-05-29 | mac80211: prevent possible crypto tx tailroom corruption | Michal Kazior | 1 | -0/+3 |
2015-05-29 | batman-adv: Use common declaration order in *_send_skb_(packet|unicast) | Antonio Quartulli | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_orig_update, remove unnecessary brackets | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_can_aggregate, code readability | Markus Pargmann | 1 | -49/+53 |
2015-05-29 | batman-adv: checkpatch - spaces preferred around that '*' | Marek Lindner | 2 | -2/+2 |
2015-05-29 | batman-adv: checkpatch - comparison to NULL could be rewritten | Marek Lindner | 1 | -1/+1 |
2015-05-29 | batman-adv: Use safer default config for optional features | Sven Eckelmann | 2 | -2/+2 |
2015-05-29 | batman-adv: iv_ogm_send_to_if, declare char* as const | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_aggr_packet, bool return value | Markus Pargmann | 1 | -2/+2 |
2015-05-29 | batman-adv: iv_ogm_iface_enable, direct return values | Markus Pargmann | 1 | -6/+2 |
2015-05-29 | batman-adv: Makefile, Sort alphabetically | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: tvlv realloc, move error handling into if block | Markus Pargmann | 1 | -8/+8 |
2015-05-29 | batman-adv: debugfs, avoid compiling for !DEBUG_FS | Markus Pargmann | 3 | -9/+35 |
2015-05-29 | batman-adv: Use only queued fragments when merging | Sven Eckelmann | 1 | -8/+5 |
2015-05-29 | batman-adv: Check total_size when queueing fragments | Sven Eckelmann | 2 | -2/+7 |
2015-05-29 | batman-adv: update copyright years for 2015 | Sven Eckelmann | 43 | -43/+43 |
2015-05-29 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
2015-05-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 7 | -11/+43 |
2015-05-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -30/+28 |
2015-05-28 | ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call | Alexander Duyck | 2 | -4/+14 |