| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: xt_TCPMSS: fix handling of malformed TCP header and options | Pablo Neira Ayuso | 2013-08-01 | 1 | -12/+16 |
* | genetlink: fix usage of NLM_F_EXCL or NLM_F_REPLACE | Pablo Neira | 2013-07-30 | 1 | -1/+1 |
* | af_key: more info leaks in pfkey messages | Dan Carpenter | 2013-07-30 | 1 | -0/+4 |
* | net_sched: Fix stack info leak in cbq_dump_wrr(). | David S. Miller | 2013-07-30 | 1 | -0/+1 |
* | genetlink: release cb_lock before requesting additional module | Stanislaw Gruszka | 2013-07-27 | 1 | -0/+2 |
* | neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/ | Francesco Fusco | 2013-07-26 | 1 | -7/+22 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2013-07-25 | 7 | -11/+56 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-07-24 | 7 | -11/+56 |
| |\ |
|
| | * | mac80211/minstrel: fix NULL pointer dereference issue | Felix Fietkau | 2013-07-16 | 1 | -1/+2 |
| | * | mac80211: fix duplicate retransmission detection | Johannes Berg | 2013-07-16 | 1 | -2/+8 |
| | * | nl80211: fix the setting of RSSI threshold value for mesh | Chun-Yeow Yeoh | 2013-07-16 | 1 | -2/+2 |
| | * | mac80211: fix ethtool stats for non-station interfaces | Johannes Berg | 2013-07-16 | 1 | -0/+2 |
| | * | mac80211/minstrel_ht: fix cck rate sampling | Felix Fietkau | 2013-07-16 | 1 | -1/+9 |
| | * | regulatory: add missing rtnl locking | Johannes Berg | 2013-07-16 | 1 | -0/+2 |
| | * | cfg80211: fix bugs in new SME implementation | Johannes Berg | 2013-07-16 | 1 | -3/+26 |
| | * | nl80211: fix mgmt tx status and testmode reporting for netns | Michal Kazior | 2013-07-16 | 1 | -2/+5 |
* | | | net: fix comment above build_skb() | Florian Fainelli | 2013-07-24 | 1 | -1/+2 |
* | | | ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanup | Hannes Frederic Sowa | 2013-07-24 | 1 | -0/+5 |
* | | | fib_trie: potential out of bounds access in trie_show_stats() | Jerry Snitselaar | 2013-07-24 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2013-07-22 | 2 | -3/+12 |
|\ \ |
|
| * | | netfilter: xt_socket: fix broken v0 support | Eric Dumazet | 2013-07-15 | 1 | -3/+7 |
| * | | netfilter: ctnetlink: fix incorrect NAT expectation dumping | Pablo Neira Ayuso | 2013-07-15 | 1 | -0/+5 |
* | | | bridge: do not call setup_timer() multiple times | Eric Dumazet | 2013-07-19 | 1 | -2/+3 |
* | | | sysctl net: Keep tcp_syn_retries inside the boundary | Michal Tesar | 2013-07-19 | 1 | -1/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-07-18 | 9 | -86/+114 |
|\ \ \ |
|
| * | | | vlan: fix a race in egress prio management | Eric Dumazet | 2013-07-18 | 1 | -0/+7 |
| * | | | vlan: mask vlan prio bits | Eric Dumazet | 2013-07-18 | 2 | -3/+10 |
| * | | | pkt_sched: sch_qfq: remove a source of high packet delay/jitter | Paolo Valente | 2013-07-18 | 1 | -29/+56 |
| * | | | net: Fix sysfs_format_mac() code duplication. | David S. Miller | 2013-07-16 | 1 | -20/+1 |
| * | | | ipv4: set transport header earlier | Eric Dumazet | 2013-07-16 | 1 | -4/+3 |
| * | | | net/irda: fixed style issues in irlan_eth | Dragos Foianu | 2013-07-16 | 1 | -17/+14 |
| * | | | ethtool: fixed trailing statements in ethtool | Dragos Foianu | 2013-07-16 | 1 | -10/+20 |
| * | | | ndisc: bool initializations should use true and false | Daniel Baluta | 2013-07-16 | 1 | -3/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-18 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | net: delete __cpuinit usage from all net files | Paul Gortmaker | 2013-07-14 | 2 | -3/+3 |
| |/ / |
|
* | | | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-07-17 | 1 | -6/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | svcrdma: underflow issue in decode_write_list() | Dan Carpenter | 2013-07-15 | 1 | -6/+14 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-07-14 | 3 | -52/+26 |
|\ \ \
| |_|/
|/| | |
|
| * | | sunrpc: now we can just set ->s_d_op | Al Viro | 2013-07-14 | 1 | -3/+2 |
| * | | __rpc_lookup_create_exclusive: pass string instead of qstr | Al Viro | 2013-07-14 | 1 | -25/+9 |
| * | | rpc_create_*_dir: don't bother with qstr | Al Viro | 2013-07-14 | 3 | -31/+21 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-07-13 | 21 | -146/+170 |
|\ \ \ |
|
| * | | | ipv6: only static routes qualify for equal cost multipathing | Hannes Frederic Sowa | 2013-07-12 | 1 | -4/+11 |
| * | | | tcp: account all retransmit failures | Yuchung Cheng | 2013-07-12 | 1 | -3/+4 |
| * | | | net: access page->private by using page_private | Sunghan Suh | 2013-07-12 | 1 | -3/+3 |
| * | | | net: strict_strtoul is obsolete, use kstrtoul instead | “Cosmin | 2013-07-12 | 1 | -1/+1 |
| * | | | net/tipc: use %*phC to dump small buffers in hex form | Andy Shevchenko | 2013-07-11 | 1 | -7/+1 |
| * | | | gre: Fix MTU sizing check for gretap tunnels | Alexander Duyck | 2013-07-11 | 1 | -1/+1 |
| * | | | pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_ts | Paolo Valente | 2013-07-11 | 1 | -63/+55 |
| * | | | pkt_sched: sch_qfq: improve efficiency of make_eligible | Paolo Valente | 2013-07-11 | 1 | -1/+8 |