index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: myri10ge: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-1
/
+0
*
net: ksz884x: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-2
/
+0
*
net: sky2: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-3
/
+0
*
net: skge: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-2
/
+0
*
net: jme: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-2
/
+0
*
net: e100: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-2
/
+0
*
net: icplus: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-1
/
+0
*
net: fealnx: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-1
/
+0
*
net: be2net: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-2
/
+0
*
net: dl2k: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-1
/
+0
*
net: sundance: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
1
-2
/
+0
*
net: tulip: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-10-21
6
-12
/
+0
*
nf_tables*.h: Remove extern from function prototypes
Joe Perches
2013-10-21
2
-43
/
+40
*
net: fix build warnings because of net_get_random_once merge
Hannes Frederic Sowa
2013-10-21
1
-0
/
+1
*
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2013-10-20
24
-487
/
+1851
|
\
|
*
batman-adv: make the backbone gw check VLAN specific
Antonio Quartulli
2013-10-19
3
-43
/
+27
|
*
batman-adv: make the TT global purge routine VLAN specific
Antonio Quartulli
2013-10-19
5
-6
/
+21
|
*
batman-adv: make the TT CRC logic VLAN specific
Antonio Quartulli
2013-10-19
5
-157
/
+730
|
*
batman-adv: lock around TT operations to avoid sending inconsistent data
Antonio Quartulli
2013-10-19
4
-4
/
+34
|
*
batman-adv: remove bogus comment
Antonio Quartulli
2013-10-19
1
-5
/
+0
|
*
batman-adv: refine API calls for unicast transmissions of SKBs
Linus Lüssing
2013-10-19
4
-48
/
+108
|
*
batman-adv: make the AP isolation attribute VLAN specific
Antonio Quartulli
2013-10-19
6
-16
/
+33
|
*
batman-adv: add sysfs framework for VLAN
Antonio Quartulli
2013-10-19
4
-3
/
+198
|
*
batman-adv: add per VLAN interface attribute framework
Antonio Quartulli
2013-10-19
5
-3
/
+197
|
*
batman-adv: make the Distributed ARP Table vlan aware
Antonio Quartulli
2013-10-19
2
-48
/
+107
|
*
batman-adv: make the GW module correctly talk to the new VLAN-TT
Antonio Quartulli
2013-10-19
1
-3
/
+18
|
*
batman-adv: print the VID together with the TT entries
Antonio Quartulli
2013-10-19
2
-32
/
+52
|
*
batman-adv: use vid when computing local and global TT CRC
Antonio Quartulli
2013-10-19
1
-4
/
+31
|
*
batman-adv: add the VLAN ID attribute to the TT entry
Antonio Quartulli
2013-10-19
13
-135
/
+312
|
*
batman-adv: update email address for Marek Lindner
Marek Lindner
2013-10-19
4
-10
/
+10
|
*
batman-adv: update email address for Antonio Quartulli
Antonio Quartulli
2013-10-19
1
-1
/
+1
|
*
batman-adv: update email address for Simon Wunderlich
Simon Wunderlich
2013-10-19
4
-5
/
+5
|
*
batman-adv: check skb preparation return value
Antonio Quartulli
2013-10-19
1
-3
/
+6
*
|
Merge branch 'net_get_random_once'
David S. Miller
2013-10-20
23
-131
/
+278
|
\
\
|
*
|
net: switch net_secret key generation to net_get_random_once
Hannes Frederic Sowa
2013-10-20
1
-12
/
+2
|
*
|
tcp: switch tcp_fastopen key generation to net_get_random_once
Hannes Frederic Sowa
2013-10-20
3
-12
/
+22
|
*
|
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
Hannes Frederic Sowa
2013-10-20
8
-46
/
+44
|
*
|
inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...
Hannes Frederic Sowa
2013-10-20
3
-14
/
+14
|
*
|
net: introduce new macro net_get_random_once
Hannes Frederic Sowa
2013-10-20
2
-0
/
+73
|
*
|
x86/jump_label: expect default_nop if static_key gets enabled on boot-up
Hannes Frederic Sowa
2013-10-20
1
-7
/
+18
|
*
|
static_key: WARN on usage before jump_label_init was called
Hannes Frederic Sowa
2013-10-20
4
-0
/
+24
|
*
|
ipv6: split inet6_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2013-10-20
4
-27
/
+49
|
*
|
ipv4: split inet_ehashfn to hash functions per compilation unit
Hannes Frederic Sowa
2013-10-20
4
-23
/
+42
|
/
/
*
|
Merge branch 'ipip_gso'
David S. Miller
2013-10-20
18
-65
/
+105
|
\
\
|
*
|
bnx2x: add TSO support for IPIP
Eric Dumazet
2013-10-20
1
-1
/
+3
|
*
|
ipip: add GSO/TSO support
Eric Dumazet
2013-10-20
11
-8
/
+29
|
*
|
ipv4: gso: make inet_gso_segment() stackable
Eric Dumazet
2013-10-20
3
-9
/
+25
|
*
|
ipv4: generalize gre_handle_offloads
Eric Dumazet
2013-10-20
4
-30
/
+43
|
*
|
net: generalize skb_segment()
Eric Dumazet
2013-10-20
1
-17
/
+5
|
/
/
*
|
ipv6: gso: remove redundant locking
Eric Dumazet
2013-10-20
1
-4
/
+1
[next]