Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5111f80cbc759bed12941678bd029fca76512815
/
net
2c3c031
bridge: add brport flags to dflt bridge_getlink
by Scott Feldman
· 10 years ago
065c212
bridge: move private brport flags to if_bridge.h so port drivers can use flags
by Scott Feldman
· 10 years ago
cf6b8e1
bridge: add API to notify bridge driver of learned FBD on offloaded device
by Scott Feldman
· 10 years ago
38dcf35
bridge: call netdev_sw_port_stp_update when bridge port STP status changes
by Scott Feldman
· 10 years ago
aecbe01
net-sysfs: expose physical switch id for particular device
by Jiri Pirko
· 10 years ago
82f2841
rtnl: expose physical switch id for particular device
by Jiri Pirko
· 10 years ago
007f790
net: introduce generic switch devices support
by Jiri Pirko
· 10 years ago
02637fc
net: rename netdev_phys_port_id to more generic name
by Jiri Pirko
· 10 years ago
f6f6424
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
by Jiri Pirko
· 10 years ago
93859b1
bridge: convert flags in fbd entry into bitfields
by Jiri Pirko
· 10 years ago
020ec6b
bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion
by Jiri Pirko
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
8e84597
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
f4713a3
net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socks
by Willem de Bruijn
· 10 years ago
aa68c20
bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK
by Thomas Graf
· 10 years ago
6f705d8
bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVE
by Thomas Graf
· 10 years ago
6e8d1c5
bridge: Validate IFLA_BRIDGE_FLAGS attribute length
by Thomas Graf
· 10 years ago
a6ca109
tipc: use generic SKB list APIs to manage TIPC outgoing packet chains
by Ying Xue
· 10 years ago
f03273f
tipc: use generic SKB list APIs to manage link receive queue
by Ying Xue
· 10 years ago
bc6fecd
tipc: use generic SKB list APIs to manage deferred queue of link
by Ying Xue
· 10 years ago
58dc55f
tipc: use generic SKB list APIs to manage link transmission queue
by Ying Xue
· 10 years ago
58d78b3
tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routine
by Ying Xue
· 10 years ago
99315ad
tipc: remove unused between routine
by Ying Xue
· 10 years ago
58311d1
tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED
by Ying Xue
· 10 years ago
47b4c9a
tipc: clean up the process of link pushing packets
by Ying Xue
· 10 years ago
7b6f087
tipc: remove retransmission queue
by Ying Xue
· 10 years ago
8965d25
tipc: remove protocol message queue
by Ying Xue
· 10 years ago
a8f48af
tipc: remove node subscription infrastructure
by Ying Xue
· 10 years ago
73cf0e9
ipv6: Remove unnecessary test
by zhuyj
· 10 years ago
4fd671d
gue: Call remcsum_adjust
by Tom Herbert
· 10 years ago
ced7a04
pkt_sched: fq: increase max delay from 125 ms to one second
by Eric Dumazet
· 10 years ago
b914c5b
Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 10 years ago
d3fc6b3
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 10 years ago
c3658e8
tcp: fix possible NULL dereference in tcp_vX_send_reset()
by Eric Dumazet
· 10 years ago
43612d7
Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpse"
by Pablo Neira
· 10 years ago
f375081
ip6_udp_tunnel: Fix checksum calculation
by Alexander Duyck
· 10 years ago
91a0b60
net/ping: handle protocol mismatching scenario
by Jane Zhou
· 10 years ago
6e58040
af_packet: fix sparse warning
by Michael S. Tsirkin
· 10 years ago
be6572f
ipv6: gre: fix wrong skb->protocol in WCCP
by Yuri Chislov
· 10 years ago
d818280
tipc: fix sparse warnings in new nl api
by Richard Alpe
· 10 years ago
958d03b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
083735f
rds: switch rds_message_copy_from_user() to iov_iter
by Al Viro
· 10 years ago
c310e72
rds: switch ->inc_copy_to_user() to passing iov_iter
by Al Viro
· 10 years ago
7424ce6
[atm] switch vcc_sendmsg() to copy_from_iter()
by Al Viro
· 10 years ago
0f7db23
vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdr
by Al Viro
· 10 years ago
45dcc68
tipc_msg_build(): pass msghdr instead of its ->msg_iov
by Al Viro
· 10 years ago
562640f
tipc_sendmsg(): pass msghdr instead of its ->msg_iov
by Al Viro
· 10 years ago
e0eb093
switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter
by Al Viro
· 10 years ago
8feb2fb
switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
by Al Viro
· 10 years ago
195e952
kill zerocopy_sg_from_iovec()
by Al Viro
· 10 years ago
3a654f9
new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()
by Al Viro
· 10 years ago
7eab8d9
new helper: memcpy_to_msg()
by Al Viro
· 11 years ago
e169371
switch ipxrtr_route_packet() from iovec to msghdr
by Al Viro
· 11 years ago
6ce8e9c
new helper: memcpy_from_msg()
by Al Viro
· 11 years ago
227158d
new helper: skb_copy_and_csum_datagram_msg()
by Al Viro
· 11 years ago
20ea60c
ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
by lucien
· 10 years ago
e5d08d7
ipv6: coding style improvements (remove assignment in if statements)
by Ian Morris
· 10 years ago
b6fef4c
ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid
by Alexander Duyck
· 10 years ago
1459143
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
8a84e01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
53b15ef
Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
37dd925
vlan: Pass ethtool get_ts_info queries to real device.
by Richard Cochran
· 10 years ago
0c228e8
tcp: Restore RFC5961-compliant behavior for SYN packets
by Calvin Owens
· 10 years ago
e7820e3
net: Revert "net: avoid one atomic operation in skb_clone()"
by Eric Dumazet
· 10 years ago
1593123
tipc: add name table dump to new netlink api
by Richard Alpe
· 10 years ago
27c2141
tipc: add net set to new netlink api
by Richard Alpe
· 10 years ago
fd3cf2a
tipc: add net dump to new netlink api
by Richard Alpe
· 10 years ago
3e4b6ab
tipc: add node get/dump to new netlink api
by Richard Alpe
· 10 years ago
1e55417
tipc: add media set to new netlink api
by Richard Alpe
· 10 years ago
46f15c6
tipc: add media get/dump to new netlink api
by Richard Alpe
· 10 years ago
ae36342
tipc: add link stat reset to new netlink api
by Richard Alpe
· 10 years ago
f96ce7a
tipc: add link set to new netlink api
by Richard Alpe
· 10 years ago
7be57fc
tipc: add link get/dump to new netlink api
by Richard Alpe
· 10 years ago
1a1a143
tipc: add publication dump to new netlink api
by Richard Alpe
· 10 years ago
34b78a12
tipc: add sock dump to new netlink api
by Richard Alpe
· 10 years ago
315c00b
tipc: add bearer set to new netlink api
by Richard Alpe
· 10 years ago
35b9dd7
tipc: add bearer get/dump to new netlink api
by Richard Alpe
· 10 years ago
0655f6a
tipc: add bearer disable/enable to new netlink api
by Richard Alpe
· 10 years ago
f869c91
net: sctp: keep owned chunk in destructor_arg instead of skb->cb
by Daniel Borkmann
· 10 years ago
9c70776
packet: make packet_snd fail on len smaller than l2 header
by Willem de Bruijn
· 10 years ago
c7e2b96
sched: introduce vlan action
by Jiri Pirko
· 10 years ago
93515d5
net: move vlan pop/push functions into common code
by Jiri Pirko
· 10 years ago
e219512
net: move make_writable helper into common code
by Jiri Pirko
· 10 years ago
5968250
vlan: introduce *vlan_hwaccel_push_inside helpers
by Jiri Pirko
· 10 years ago
62749e2
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
by Jiri Pirko
· 10 years ago
b960a0ac
vlan: make __vlan_hwaccel_put_tag return void
by Jiri Pirko
· 10 years ago
1abcd82
openvswitch: actions: use skb_postpull_rcsum when possible
by Jiri Pirko
· 10 years ago
fe15912
l2tp_eth: allow to set a specific mac address
by Alexander Couzens
· 10 years ago
7e09dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 10 years ago
c857781
Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 10 years ago
0146240
ipx: fix locking regression in ipx_sendmsg and ipx_recvmsg
by Jiri Bohac
· 10 years ago
d3052bb
openvswitch: Don't validate IPv6 label masks.
by Joe Stringer
· 10 years ago
9a638dd
Merge tag 'mac80211-next-for-john-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 10 years ago
beacd3e
netfilter: nfnetlink_log: Make use of pr_fmt where applicable
by Marcelo Leitner
· 10 years ago
982f405
netfilter: Deletion of unnecessary checks before two function calls
by Markus Elfring
· 10 years ago
ffb1388
ipv6: delete protocol and unregister rtnetlink when cleanup
by Duan Jiong
· 10 years ago
08adb7d
fold verify_iovec() into copy_msghdr_from_user()
by Al Viro
· 10 years ago
0844932
{compat_,}verify_iovec(): switch to generic copying of iovecs
by Al Viro
· 10 years ago
666547f
separate kernel- and userland-side msghdr
by Al Viro
· 11 years ago
6158fb3
Merge tag 'mac80211-for-john-2014-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 10 years ago
Next »