Age | Commit message (Expand) | Author |
2015-05-30 | ipv6: drop unneeded goto | Julia Lawall |
2015-05-30 | bridge: fix br_multicast_query_expired() bug | Eric Dumazet |
2015-05-30 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2015-05-30 | tipc: unconditionally put sock refcnt when sock timer to be deleted is pending | Ying Xue |
2015-05-30 | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields | Alexei Starovoitov |
2015-05-30 | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN | Sorin Dumitru |
2015-05-29 | net: rfkill: gpio: make better use of gpiod API | Uwe Kleine-König |
2015-05-29 | cfg80211: ignore netif running state when changing iftype | Michal Kazior |
2015-05-29 | mac80211: prevent possible crypto tx tailroom corruption | Michal Kazior |
2015-05-29 | batman-adv: Use common declaration order in *_send_skb_(packet|unicast) | Antonio Quartulli |
2015-05-29 | batman-adv: iv_ogm_orig_update, remove unnecessary brackets | Markus Pargmann |
2015-05-29 | batman-adv: iv_ogm_can_aggregate, code readability | Markus Pargmann |
2015-05-29 | batman-adv: checkpatch - spaces preferred around that '*' | Marek Lindner |
2015-05-29 | batman-adv: checkpatch - comparison to NULL could be rewritten | Marek Lindner |
2015-05-29 | batman-adv: Use safer default config for optional features | Sven Eckelmann |
2015-05-29 | batman-adv: iv_ogm_send_to_if, declare char* as const | Markus Pargmann |
2015-05-29 | batman-adv: iv_ogm_aggr_packet, bool return value | Markus Pargmann |
2015-05-29 | batman-adv: iv_ogm_iface_enable, direct return values | Markus Pargmann |
2015-05-29 | batman-adv: Makefile, Sort alphabetically | Markus Pargmann |
2015-05-29 | batman-adv: tvlv realloc, move error handling into if block | Markus Pargmann |
2015-05-29 | batman-adv: debugfs, avoid compiling for !DEBUG_FS | Markus Pargmann |
2015-05-29 | batman-adv: Use only queued fragments when merging | Sven Eckelmann |
2015-05-29 | batman-adv: Check total_size when queueing fragments | Sven Eckelmann |
2015-05-29 | batman-adv: update copyright years for 2015 | Sven Eckelmann |
2015-05-29 | batman-adv: Start new development cycle | Simon Wunderlich |
2015-05-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2015-05-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2015-05-28 | ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call | Alexander Duyck |
2015-05-28 | xfrm: Override skb->mark with tunnel->parm.i_key in xfrm_input | Alexander Duyck |
2015-05-28 | ip_vti/ip6_vti: Do not touch skb->mark on xmit | Alexander Duyck |
2015-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2015-05-27 | tcp/dccp: warn user for preferred ip_local_port_range | Eric Dumazet |
2015-05-27 | tcp: connect() from bound sockets can be faster | Eric Dumazet |
2015-05-27 | net_sched: invoke ->attach() after setting dev->qdisc | WANG Cong |
2015-05-27 | tcp/dccp: try to not exhaust ip_local_port_range in connect() | Eric Dumazet |
2015-05-27 | nl802154: add support to set cca ed level | Alexander Aring |
2015-05-27 | nl802154: add support for cca ed level info | Alexander Aring |
2015-05-27 | ip_fragment: don't forward defragmented DF packet | Florian Westphal |
2015-05-27 | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helper | Florian Westphal |
2015-05-27 | ieee802154: fix typo for file name | Varka Bhadram |
2015-05-27 | ieee802154: add set transmit power support | Varka Bhadram |
2015-05-27 | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include. | David S. Miller |
2015-05-26 | tcp: tcp_tso_autosize() minimum is one packet | Eric Dumazet |
2015-05-26 | unix/caif: sk_socket can disappear when state is unlocked | Mark Salyzyn |
2015-05-26 | tcp: fix/cleanup inet_ehash_locks_alloc() | Eric Dumazet |
2015-05-26 | tipc: fix bug in link protocol message create function | Jon Paul Maloy |
2015-05-26 | Merge tag 'mac80211-for-davem-2015-05-26' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2015-05-26 | nl802154: fix cca mode wpan phy flag | Alexander Aring |
2015-05-26 | mac802154: mac802154_mlme_start_req() optimisation. | Lennert Buytenhek |
2015-05-26 | ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind(). | Lennert Buytenhek |