Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f6367b4660dde412f9b7af94763efb1d89cefb74
/
net
f6367b4
bridge: use is_skb_forwardable in forward path
by Vlad Yasevich
· 11 years ago
1ee481f
net: Allow modules to use is_skb_forwardable
by Vlad Yasevich
· 11 years ago
bd4cf0e
net: filter: rework/optimize internal BPF interpreter's instruction set
by Alexei Starovoitov
· 11 years ago
164d8c6
net: ptp: do not reimplement PTP/BPF classifier
by Daniel Borkmann
· 11 years ago
e62d2df
net: ptp: use sk_unattached_filter_create() for BPF
by Daniel Borkmann
· 11 years ago
fbc907f
net: filter: move filter accounting to filter core
by Daniel Borkmann
· 11 years ago
a3ea269
net: filter: keep original BPF program around
by Daniel Borkmann
· 11 years ago
f8bbbfc
net: filter: add jited flag to indicate jit compiled filters
by Daniel Borkmann
· 11 years ago
64c2723
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
437de07
ipv6: fix checkpatch errors of "foo*" and "foo * bar"
by Wang Yufen
· 11 years ago
49e253e
ipv6: fix checkpatch errors of brace and trailing statements
by Wang Yufen
· 11 years ago
8db46f1
ipv6: fix checkpatch errors comments and space
by Wang Yufen
· 11 years ago
5efeac4
netpoll: Respect NETIF_F_LLTX
by Eric W. Biederman
· 11 years ago
080b3c1
netpoll: Remove strong unnecessary assumptions about skbs
by Eric W. Biederman
· 11 years ago
66b5552
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
by Eric W. Biederman
· 11 years ago
3f4df20
netpoll: Move rx enable/disable into __dev_close_many
by Eric W. Biederman
· 11 years ago
944e294
netpoll: Only call ndo_start_xmit from a single place
by Eric W. Biederman
· 11 years ago
a8779ec
netpoll: Remove gfp parameter from __netpoll_setup
by Eric W. Biederman
· 11 years ago
2adb956
vlan: Warn the user if lowerdev has bad vlan features.
by Vlad Yasevich
· 11 years ago
fc92f74
bridge: Fix crash with vlan filtering and tcpdump
by Vlad Yasevich
· 11 years ago
53d6471
net: Account for all vlan headers in skb_mac_gso_segment
by Vlad Yasevich
· 11 years ago
c15b1cc
ipv6: move DAD and addrconf_verify processing to workqueue
by Hannes Frederic Sowa
· 11 years ago
015f068
net: net: add a core netdev->tx_dropped counter
by Eric Dumazet
· 11 years ago
4327950
packet: respect devices with LLTX flag in direct xmit
by Daniel Borkmann
· 11 years ago
e2a1d3e
tcp: fix get_timewait4_sock() delay computation on 64bit
by Eric Dumazet
· 11 years ago
4f647e0
openvswitch: fix a possible deadlock and lockdep warning
by Flavio Leitner
· 11 years ago
99b192d
bridge: Fix handling stacked vlan tags
by Toshiaki Makita
· 11 years ago
12464bb
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
by Toshiaki Makita
· 11 years ago
1647011
tipc: make discovery domain a bearer attribute
by Erik Hugne
· 11 years ago
a21a584
tipc: fix neighbor detection problem after hw address change
by Erik Hugne
· 11 years ago
36d5fe6
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
by Zoltan Kiss
· 11 years ago
02f2d5a
hsr: replace del_timer by del_timer_sync
by Julia Lawall
· 11 years ago
8427559
atm: replace del_timer by del_timer_sync
by Julia Lawall
· 11 years ago
a0b8486
tcp: tcp_make_synack() minor changes
by Eric Dumazet
· 11 years ago
e5fd387
ipv6: do not overwrite inetpeer metrics prematurely
by Michal Kubeček
· 11 years ago
fc0d48b
vlan: Set hard_header_len according to available acceleration
by Vlad Yasevich
· 11 years ago
dde2026
tipc: use node list lock to protect tipc_num_links variable
by Ying Xue
· 11 years ago
2220646
tipc: use node_list_lock to protect tipc_num_nodes variable
by Ying Xue
· 11 years ago
6c7a762
tipc: tipc: convert node list and node hlist to RCU lists
by Ying Xue
· 11 years ago
46651c5
tipc: rename node create lock to protect node list and hlist
by Ying Xue
· 11 years ago
987b58b
tipc: make broadcast bearer store in bearer_list array
by Ying Xue
· 11 years ago
f47de12
tipc: remove active flag from tipc_bearer structure
by Ying Xue
· 11 years ago
3874ccb
tipc: convert tipc_bearers array to pointer list
by Ying Xue
· 11 years ago
78dfb78
tipc: acquire necessary locks in named_cluster_distribute routine
by Ying Xue
· 11 years ago
5902385
tipc: obsolete the remote management feature
by Ying Xue
· 11 years ago
76d7882
tipc: remove unnecessary checking for node object
by Ying Xue
· 11 years ago
fcb144b
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
by Monam Agarwal
· 11 years ago
cd18721
net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c
by Monam Agarwal
· 11 years ago
de14439
net: unix: non blocking recvmsg() should not return -EINTR
by Eric Dumazet
· 11 years ago
71e415e
vlan: make a new function vlan_dev_vlan_proto() and export
by dingtianhong
· 11 years ago
61b905d
net: Rename skb->rxhash to skb->hash
by Tom Herbert
· 11 years ago
cc93fc5
tcp: delete unused parameter in tcp_nagle_check()
by Peter Pan(潘卫平)
· 11 years ago
fbd02dd
ip_tunnel: Fix dst ref-count.
by Pravin B Shelar
· 11 years ago
04f58c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
0fc3196
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 11 years ago
a5d0e7c
tipc: fix spinlock recursion bug for failed subscriptions
by Erik Hugne
· 11 years ago
c27f087
netpoll: fix the skb check in pkt_is_ns
by Li RongQing
· 11 years ago
0b8c7f6
ipv4: remove ip_rt_dump from route.c
by Li RongQing
· 11 years ago
4a4eb21
ipv4: remove ipv4_ifdown_dst from route.c
by Li RongQing
· 11 years ago
3f2532f
batman-adv: Start new development cycle
by Simon Wunderlich
· 11 years ago
151dcb3
batman-adv: improve DAT documentation
by Antonio Quartulli
· 11 years ago
43e6f65
batman-adv: improve the TT flags documentation
by Antonio Quartulli
· 11 years ago
4c8755d
batman-adv: Send multicast packets to nodes with a WANT_ALL flag
by Linus Lüssing
· 11 years ago
ab49886
batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support
by Linus Lüssing
· 11 years ago
1d8ab8d
batman-adv: Modified forwarding behaviour for multicast packets
by Linus Lüssing
· 11 years ago
60432d7
batman-adv: Announce new capability via multicast TVLV
by Linus Lüssing
· 11 years ago
e17931d
batman-adv: introduce capability initialization bitfield
by Linus Lüssing
· 11 years ago
c5caf4e
batman-adv: Multicast Listener Announcements via Translation Table
by Linus Lüssing
· 11 years ago
c5d3a65
batman-adv: add kerneldoc for dst_hint argument
by Antonio Quartulli
· 11 years ago
af63fde
batman-adv: call unregister_netdev() to have it handle the locking for us
by Marek Lindner
· 11 years ago
1a321b0
batman-adv: fix a few kerneldoc inconsistencies
by Simon Wunderlich
· 11 years ago
8fdd015
batman-adv: prefer ether_addr_copy to memcpy
by Antonio Quartulli
· 11 years ago
e88b617
batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx()
by Linus Lüssing
· 11 years ago
927c2ed
batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx path
by Linus Lüssing
· 11 years ago
abae947
batman-adv: fix coccinelle warnings
by Fengguang Wu
· 11 years ago
49c0ca1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
b74d3fe
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 11 years ago
54af36e
ieee802154: dgram: cleanup set of broadcast panid
by Alexander Aring
· 11 years ago
06324f2
af_ieee802154: fix check on broadcast address
by Alexander Aring
· 11 years ago
f518338
ip6mr: fix mfc notification flags
by Nicolas Dichtel
· 11 years ago
65886f4
ipmr: fix mfc notification flags
by Nicolas Dichtel
· 11 years ago
1c104a6
rtnetlink: fix fdb notification flags
by Nicolas Dichtel
· 11 years ago
e35bad5
net: remove empty lines from tcp_syn_flood_action
by Daniel Baluta
· 11 years ago
f9b8c4c
openvswitch: Correctly report flow used times for first 5 minutes after boot.
by Ben Pfaff
· 11 years ago
370c5ac
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 11 years ago
7eb2450
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
2f139a5
af_iucv: recvmsg problem for SOCK_STREAM sockets
by Ursula Braun
· 11 years ago
40b552a
Bluetooth: Enforce strict Secure Connections Only mode security
by Marcel Holtmann
· 11 years ago
4e7b203
Bluetooth: Fix Pair Device response parameters for pairing failure
by Johan Hedberg
· 11 years ago
01ad34d
Bluetooth: Fix SMP user passkey notification mgmt event
by Johan Hedberg
· 11 years ago
5ed884d
Bluetooth: Increase SMP re-encryption delay to 500ms
by Johan Hedberg
· 11 years ago
18e4aeb
Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID
by Johan Hedberg
· 11 years ago
73fb08e
cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)
by Zhao, Gang
· 11 years ago
4da6462
cfg80211: remove unnecessary check
by Zhao, Gang
· 11 years ago
fb378c2
mac80211: set beamforming bit in radiotap
by Emmanuel Grumbach
· 11 years ago
3afc216
cfg80211/mac80211: ignore signal if the frame was heard on wrong channel
by Emmanuel Grumbach
· 11 years ago
2316d7b
cfg80211: make __cfg80211_join_ibss() static
by Zhao, Gang
· 11 years ago
71228a1
mac80211: release sched_scan_sdata when stopping sched scan
by Alexander Bondar
· 11 years ago
112c44b
mac80211: fix WPA with VLAN on AP side with ps-sta again
by Michael Braun
· 11 years ago
1a1cb74
mac80211: fix suspend vs. authentication race
by Johannes Berg
· 11 years ago
Next »