Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
123b0d1ba0a98ef12550d82b79ccb8d89090f871
123b0d1
net: esp{4,6}: remove padlen from struct esp_data
by Mathias Krause
· 11 years ago
4d53eff
xfrm: Don't queue retransmitted packets if the original is still on the host
by Steffen Klassert
· 11 years ago
5cf4eb5
xfrm: use vmalloc_node() for percpu scratches
by Eric Dumazet
· 11 years ago
5bf4725
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 11 years ago
7dcade3
Merge branch 'net_get_random_once'
by David S. Miller
· 11 years ago
e34c9a6
net: switch net_secret key generation to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
222e83d
tcp: switch tcp_fastopen key generation to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
1bbdcee
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
b23a002
inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
a48e429
net: introduce new macro net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
a8fab07
x86/jump_label: expect default_nop if static_key gets enabled on boot-up
by Hannes Frederic Sowa
· 11 years ago
c4b2c0c
static_key: WARN on usage before jump_label_init was called
by Hannes Frederic Sowa
· 11 years ago
b50026b
ipv6: split inet6_ehashfn to hash functions per compilation unit
by Hannes Frederic Sowa
· 11 years ago
65cd803
ipv4: split inet_ehashfn to hash functions per compilation unit
by Hannes Frederic Sowa
· 11 years ago
53481da
Merge branch 'ipip_gso'
by David S. Miller
· 11 years ago
117401e
bnx2x: add TSO support for IPIP
by Eric Dumazet
· 11 years ago
cb32f51
ipip: add GSO/TSO support
by Eric Dumazet
· 11 years ago
3347c96
ipv4: gso: make inet_gso_segment() stackable
by Eric Dumazet
· 11 years ago
2d26f0a
ipv4: generalize gre_handle_offloads
by Eric Dumazet
· 11 years ago
030737b
net: generalize skb_segment()
by Eric Dumazet
· 11 years ago
b917eb1
ipv6: gso: remove redundant locking
by Eric Dumazet
· 11 years ago
ea58c18
be2net: Rework PCIe error report log messaging
by Ajit Khaparde
· 11 years ago
c1b1203
net: misc: Remove extern from function prototypes
by Joe Perches
· 11 years ago
7e58487
net: ipv4/ipv6: Remove extern from function prototypes
by Joe Perches
· 11 years ago
a402a5a
net: dccp: Remove extern from function prototypes
by Joe Perches
· 11 years ago
348662a
net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
by Joe Perches
· 11 years ago
47d27aa
ipv4: gso: send_check() & segment() cleanups
by Eric Dumazet
· 11 years ago
a729e83
bonding: Remove __exit tag from bond_netlink_fini().
by David S. Miller
· 11 years ago
97e592b
Merge branch 'bonding'
by David S. Miller
· 11 years ago
ec76aa4
bonding: add Netlink support active_slave option
by Jiri Pirko
· 11 years ago
90af231
bonding: add Netlink support mode option
by Jiri Pirko
· 11 years ago
752d48b
bonding: move active_slave getting into separate function
by Jiri Pirko
· 11 years ago
080a06e
bonding: remove bond_ioctl_change_active()
by Jiri Pirko
· 11 years ago
d9e32b2
bonding: move active_slave setting into separate function
by Jiri Pirko
· 11 years ago
72be35f
bonding: move mode setting into separate function
by Jiri Pirko
· 11 years ago
0a2a78c
bonding: push Netlink bits into separate file
by Jiri Pirko
· 11 years ago
cfd4f75
batman-adv: make the backbone gw check VLAN specific
by Antonio Quartulli
· 11 years ago
95fb130
batman-adv: make the TT global purge routine VLAN specific
by Antonio Quartulli
· 11 years ago
7ea7b4a
batman-adv: make the TT CRC logic VLAN specific
by Antonio Quartulli
· 11 years ago
a70a9aa
batman-adv: lock around TT operations to avoid sending inconsistent data
by Antonio Quartulli
· 11 years ago
e75de4f
batman-adv: remove bogus comment
by Antonio Quartulli
· 11 years ago
e300d31
batman-adv: refine API calls for unicast transmissions of SKBs
by Linus Lüssing
· 11 years ago
b8cbd81
batman-adv: make the AP isolation attribute VLAN specific
by Antonio Quartulli
· 11 years ago
90f4435
batman-adv: add sysfs framework for VLAN
by Antonio Quartulli
· 11 years ago
5d2c05b
batman-adv: add per VLAN interface attribute framework
by Antonio Quartulli
· 11 years ago
be1db4f
batman-adv: make the Distributed ARP Table vlan aware
by Antonio Quartulli
· 11 years ago
bbb877e
batman-adv: make the GW module correctly talk to the new VLAN-TT
by Antonio Quartulli
· 11 years ago
1605278
batman-adv: print the VID together with the TT entries
by Antonio Quartulli
· 11 years ago
0ffa9e8
batman-adv: use vid when computing local and global TT CRC
by Antonio Quartulli
· 11 years ago
c018ad3
batman-adv: add the VLAN ID attribute to the TT entry
by Antonio Quartulli
· 11 years ago
bc58eee
batman-adv: update email address for Marek Lindner
by Marek Lindner
· 11 years ago
9f68695
batman-adv: update email address for Antonio Quartulli
by Antonio Quartulli
· 11 years ago
c679ff8
batman-adv: update email address for Simon Wunderlich
by Simon Wunderlich
· 11 years ago
33faa04
batman-adv: check skb preparation return value
by Antonio Quartulli
· 11 years ago
b1eda2a
em_ipset: use dev_net() accessor
by stephen hemminger
· 11 years ago
675297c
tcp: remove redundant code in __tcp_retransmit_skb()
by Neal Cardwell
· 11 years ago
3ba405d
gianfar: Simplify MQ polling to avoid soft lockup
by Claudiu Manoil
· 11 years ago
9877b25
fib: Use const struct nl_info * in rtmsg_fib
by Joe Perches
· 11 years ago
7688775
ax25: cleanup a range test
by Dan Carpenter
· 11 years ago
77dfca7
fib_trie: remove duplicated rcu lock
by baker.zhang
· 11 years ago
9aaf043
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
5d6fa09
Merge branch 'qlcnic'
by David S. Miller
· 11 years ago
60b4a1f
qlcnic: update version to 5.3.51
by Himanshu Madhani
· 11 years ago
60d3c47
qlcnic: Skip unknown entry type while collecting firmware dump
by Shahed Shaikh
· 11 years ago
1de899d
qlcnic: dcb code cleanup and refactoring.
by Sucheta Chakraborty
· 11 years ago
4c776aa
qlcnic: Remove redundant eSwitch enable commands
by Sony Chacko
· 11 years ago
6177a95
qlcnic: Update ethtool standard pause settings.
by Jitendra Kalsaria
· 11 years ago
891e71b1b
qlcnic: Firmware dump collection when auto recovery is disabled.
by Pratik Pujar
· 11 years ago
710a1a4
qlcnic: Enhance ethtool to display ring indices and interrupt mask
by Pratik Pujar
· 11 years ago
9e63095
qlcnic: Print informational messages only once during driver load.
by Sucheta Chakraborty
· 11 years ago
28be6e0
tcp: rename tcp_tso_segment()
by Eric Dumazet
· 11 years ago
ace0d5d
Merge branch 'tipc'
by David S. Miller
· 11 years ago
bbfbe47
tipc: simplify the link lookup routine
by Erik Hugne
· 11 years ago
636c037
tipc: correct return value of link_cmd_set_value routine
by Ying Xue
· 11 years ago
6798158
tipc: correct return value of recv_msg routine
by Ying Xue
· 11 years ago
f2875c3
tipc: avoid unnecessary lookup for tipc bearer instance
by Ying Xue
· 11 years ago
4babbaa
tipc: make bearer and media naming consistent
by Ying Xue
· 11 years ago
4068243
tipc: silence sparse warnings
by Ying Xue
· 11 years ago
9446b87
tipc: remove iovec length parameter from all sending functions
by Ying Xue
· 11 years ago
5c0a0fc
tipc: don't use memcpy to copy from user space
by Ying Xue
· 11 years ago
7cc7c5e
net: Delete trailing semi-colon from definition of netdev_WARN()
by Ben Hutchings
· 11 years ago
400dfd3
net: refactor sk_page_frag_refill()
by Eric Dumazet
· 11 years ago
baf785b
Merge branch 'pci_set_drvdata'
by David S. Miller
· 11 years ago
6d2d83e
net: enic: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
cefa63b
net: cxgb4vf: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
fd4a260
net: cxgb2: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
2cac546
net: cxgb3: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
11e4c74
net: cxgb4: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
d8283e5
net: bna: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
4fc76e6
net: tg3: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
932257e
net: bnx2x: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
b9a7803
net: bnx2: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
01095b9
net: alx: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
94ee39f
net: amd8111e: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
3638d30
net: pcnet32: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
705d1c3
net: starfire: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
2cb63c7
net: 8390: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
559e311
net: typhoon: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
5cda73b
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 11 years ago
0baf2b3
ipv4: shrink rt_cache_stat
by Eric Dumazet
· 11 years ago
Next »