Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
902ebd3e0de618b6d39004edac00b2cc36362065
902ebd3
sctp: Remove rt->rt_src usage in sctp_v4_get_saddr()
by David S. Miller
· 14 years ago
79ab053
ipv4: udp: Eliminate remaining uses of rt->rt_src
by David S. Miller
· 14 years ago
9f6abb5
ipv4: icmp: Eliminate remaining uses of rt->rt_src
by David S. Miller
· 14 years ago
0a5ebb8
ipv4: Pass explicit daddr arg to ip_send_reply().
by David S. Miller
· 14 years ago
1c3319f
tulip: Use pr_<level> where appropriate
by Joe Perches
· 14 years ago
726b65a
tulip: Convert uses of KERN_DEBUG
by Joe Perches
· 14 years ago
163ef0b
tulip: Convert printks to netdev_<level>
by Joe Perches
· 14 years ago
54668b8
tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave uses
by Joe Perches
· 14 years ago
4a9e25d
Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6
by David S. Miller
· 14 years ago
4940fc8
net: add mac_pton() for parsing MAC address
by Alexey Dobriyan
· 14 years ago
99f823f
netconsole: switch to kstrto*() functions
by Alexey Dobriyan
· 14 years ago
0693e88
net: bonding: factor out rlock(bond->lock) in xmit path
by Michał Mirosław
· 14 years ago
5d320a2
r8169: avoid late chip identifier initialisation.
by Francois Romieu
· 14 years ago
85bffe6
r8169: merge firmware information into the chipset description data.
by Francois Romieu
· 14 years ago
31bd204
r8169: provide some firmware information via ethtool.
by Francois Romieu
· 14 years ago
56de414
r8169: remove non-NAPI context invocation of rtl8169_rx_interrupt.
by Francois Romieu
· 14 years ago
4876cc1
r8169: link speed selection timer rework.
by Francois Romieu
· 14 years ago
826e6cb
r8169: rtl8169_set_speed_xmii cleanup.
by Francois Romieu
· 14 years ago
6f43adc
r8169: remove some code duplication.
by Francois Romieu
· 14 years ago
cecb5fd
r8169: style cleanups.
by Francois Romieu
· 14 years ago
48752e1
vlan: remove one synchronize_net() call
by Eric Dumazet
· 14 years ago
da37e36
garp: remove one synchronize_rcu() call
by Eric Dumazet
· 14 years ago
226bd34
net: use batched device unregister in veth and macvlan
by Eric Dumazet
· 14 years ago
7ef73bc
sctp: Fix debug message args.
by David S. Miller
· 14 years ago
f5fca60
ipv4: Pass flow key down into ip_append_*().
by David S. Miller
· 14 years ago
77968b7
ipv4: Pass flow keys down into datagram packet building engine.
by David S. Miller
· 14 years ago
e474995
udp: Use flow key information instead of rt->rt_{src,dst}
by David S. Miller
· 14 years ago
eed2a12
net: Allow ethtool to set interface in loopback mode.
by Mahesh Bandewar
· 14 years ago
47a0200
pktgen: use %pI6c for printing IPv6 addresses
by Alexey Dobriyan
· 14 years ago
57cc71b
ethtool: Add 20G bit definitions
by Yaniv Rosner
· 14 years ago
02e73c1
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
by David S. Miller
· 14 years ago
c5216cc
tcp: Use cork flow info instead of rt->rt_dst in tcp_v4_get_peer()
by David S. Miller
· 14 years ago
f1c0a27
sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit()
by David S. Miller
· 14 years ago
ea4fc0d
ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().
by David S. Miller
· 14 years ago
d9d8da8
inet: Pass flowi to ->queue_xmit().
by David S. Miller
· 14 years ago
0e73441
ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.
by David S. Miller
· 14 years ago
77357a9
ipv4: Create inet_csk_route_child_sock().
by David S. Miller
· 14 years ago
8663c93
sctp: Store a flowi in transports to provide persistent keying.
by David S. Miller
· 14 years ago
b57ae01
ipv4: Use cork flow in ip_queue_xmit()
by David S. Miller
· 14 years ago
6e86913
ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}()
by David S. Miller
· 14 years ago
3038eea
ipv4: Lock socket and use cork flow in ip4_datagram_connect().
by David S. Miller
· 14 years ago
fdbb0f0
l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg()
by David S. Miller
· 14 years ago
6af88da
l2tp: Fix locking in l2tp_core.c
by David S. Miller
· 14 years ago
2f16270
l2tp: Fix locking in l2tp_ip.c
by David S. Miller
· 14 years ago
da905bd
tcp: Use cork flow in tcp_v4_connect()
by David S. Miller
· 14 years ago
2c42758
dccp: Use cork flow in dccp_v4_connect()
by David S. Miller
· 14 years ago
1ab7b6a
ethtool: remove phys_id from ethtool_ops
by Stephen Hemminger
· 14 years ago
27aea21
batman-adv: remove duplicate code from function is_bidirectional_neigh()
by Daniele Furlan
· 14 years ago
6e215fd
batman-adv: Remove multiline comments from line ending
by Sven Eckelmann
· 14 years ago
2dafb49
batman-adv: rename everything from *hna* into *tt* (translation table)
by Antonio Quartulli
· 14 years ago
01df2b6
batman-adv: Fix refcount imbalance in find_router
by Marek Lindner
· 14 years ago
3a4375a
batman-adv: Avoid deadlock between rtnl_lock and s_active
by Sven Eckelmann
· 14 years ago
c3caf51
batman-adv: Remove unnecessary hardif_list_lock
by Sven Eckelmann
· 14 years ago
61906ae
batman-adv: multi vlan support for bridge loop detection
by Marek Lindner
· 14 years ago
28f8e54
batman-adv: remove misplaced comment
by Marek Lindner
· 14 years ago
534eacb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6
by David S. Miller
· 14 years ago
0f020de
hamachi: Put back RX_CHECKSUM
by David S. Miller
· 14 years ago
58f6bcf
ixgbe: add ethtool counters for OS2BMC
by Emil Tantilov
· 14 years ago
67a74ee
ixgbe: add rxhash support
by Emil Tantilov
· 14 years ago
936db35
igb: convert to ethtool set_phys_id
by Jeff Kirsher
· 14 years ago
6435909
e1000: convert to set_phys_id
by Jeff Kirsher
· 14 years ago
a70b86a
e100: implemenet set_phys_id
by Jeff Kirsher
· 14 years ago
7065272
ipv4: Initialize cork->opt using NULL not 0.
by David S. Miller
· 14 years ago
b80d722
ipv4: Initialize on-stack cork more efficiently.
by David S. Miller
· 14 years ago
bdc712b
inet: Decrease overhead of on-stack inet_cork.
by David S. Miller
· 14 years ago
ad638bd
hamachi: Delete TX checksumming code commented out since 1999
by David S. Miller
· 14 years ago
7143b7d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
90864fb
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
228e548
net: Add sendmmsg socket system call
by Anton Blanchard
· 14 years ago
87e9af6
can: fix SJA1000 dlc for RTR packets
by Kurt Van Dijck
· 14 years ago
1c5cae8
net: call dev_alloc_name from register_netdevice
by Jiri Pirko
· 14 years ago
e892067
bnx2x: function descriptions format fixed
by Dmitry Kravkov
· 14 years ago
5de9240
bnx2x: update year to 2011 and version to 1.62.12-0
by Dmitry Kravkov
· 14 years ago
b3b83c3
bnx2x: improve memory handling, low memory recovery flows
by Dmitry Kravkov
· 14 years ago
426b924
bnx2x: Do storage mac address validation for SF mode.
by Dmitry Kravkov
· 14 years ago
f9a3ebb
bnx2x: allow WoL on every function in MF modes
by Dmitry Kravkov
· 14 years ago
2ae17f6
bnx2x: link report improvements
by Vladislav Zolotarov
· 14 years ago
34da9e5
stmmac: removed not used definitions
by Giuseppe CAVALLARO
· 14 years ago
75bd0cb
usbnet: runtime pm: fix out of memory
by Ming Lei
· 14 years ago
a70171d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
eaef6a9
mac80211: Fix a warning due to skipping tailroom reservation for IV
by Mohammed Shafi Shajakhan
· 14 years ago
c8d55a9
can: rename can_try_module_get to can_get_proto
by Kurt Van Dijck
· 14 years ago
1650629
can: make struct can_proto const
by Kurt Van Dijck
· 14 years ago
64f3b9e
net: ip_expire() must revalidate route
by Eric Dumazet
· 14 years ago
5a412ad
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6
by David S. Miller
· 14 years ago
301102c
ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit().
by David S. Miller
· 14 years ago
cbb1e85
ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.
by David S. Miller
· 14 years ago
9a1b949
ipv4: Pass explicit saddr/daddr args to ipmr_get_route().
by David S. Miller
· 14 years ago
6716344
ixgbe: Cleanup PCIe bus speed info
by Don Skidmore
· 14 years ago
68c7005
ixgbe: improve EEPROM read/write operations
by Emil Tantilov
· 14 years ago
95a4601
ixgbe: fix sparse warning
by Emil Tantilov
· 14 years ago
2698b20
ixgbe: fix typo error with software defined pins on 82599
by Don Skidmore
· 14 years ago
6d980c3
ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync()
by Emil Tantilov
· 14 years ago
97322b3
igbvf: remove bogus phys_id
by stephen hemminger
· 14 years ago
f6b1bfd
igb: Add check for invalid size to igb_get_invariants_82575()
by Carolyn Wyborny
· 14 years ago
ec7e97e
ixgb: convert to set_phys_id
by Jeff Kirsher
· 14 years ago
dd927a2
ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in.
by David S. Miller
· 14 years ago
dca97ad
e100: fix build warning
by Emil Tantilov
· 14 years ago
69458cb
ipv4: Use flowi4->{daddr,saddr} in ipip_tunnel_xmit().
by David S. Miller
· 14 years ago
9cddf15
x86/net: only select BPF_JIT when NET is enabled
by Randy Dunlap
· 14 years ago
Next »