Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d96535a17dbbafd567961d14c08c0984ddda9c3c
/
net
5a21232
net: Support for csum_bad in skbuff
by Tom Herbert
· 10 years ago
61b7363
net: dsa: make dsa_pack_type static
by Florian Fainelli
· 10 years ago
688d194
tcp: whitespace fixes
by stephen hemminger
· 10 years ago
afb84b62
pktgen: add flag NO_TIMESTAMP to disable timestamping
by Jesper Dangaard Brouer
· 10 years ago
a5325ae
tipc: add name distributor resiliency queue
by Erik Hugne
· 10 years ago
f4ad8a4
tipc: refactor name table updates out of named packet receive routine
by Erik Hugne
· 10 years ago
8dcda22
net: xmit_list() becomes dev_hard_start_xmit().
by David S. Miller
· 10 years ago
ce93718
net: Don't keep around original SKB when we software segment GSO frames.
by David S. Miller
· 10 years ago
50cbe9a
net: Validate xmit SKBs right when we pull them out of the qdisc.
by David S. Miller
· 10 years ago
eae3f88
net: Separate out SKB validation logic from transmit path.
by David S. Miller
· 10 years ago
95f6b3d
net: Have xmit_list() signal more==true when appropriate.
by David S. Miller
· 10 years ago
fa2dbdc
net: Pass a "more" indication down into netdev_start_xmit() code paths.
by David S. Miller
· 10 years ago
7f2e870
net: Move main gso loop out of dev_hard_start_xmit() into helper.
by David S. Miller
· 10 years ago
2ea2551
net: Create xmit_one() helper for dev_hard_start_xmit()
by David S. Miller
· 10 years ago
10b3ad8
net: Do txq_trans_update() in netdev_start_xmit()
by David S. Miller
· 10 years ago
202863f
sctp: Change sctp to implement csum_levels
by Tom Herbert
· 10 years ago
662880f
net: Allow GRO to use and set levels of checksum unnecessary
by Tom Herbert
· 10 years ago
77cffe2
net: Clarification of CHECKSUM_UNNECESSARY
by Tom Herbert
· 10 years ago
cc086fc
tipc: fix a potential oops
by Ying Xue
· 10 years ago
10c51b5623
net: add skb_get_tx_queue() helper
by Daniel Borkmann
· 10 years ago
246d7f7
net: dsa: add Broadcom SF2 switch driver
by Florian Fainelli
· 10 years ago
5037d53
net: dsa: add Broadcom tag RX/TX handler
by Florian Fainelli
· 10 years ago
ce31b31
net: dsa: allow updating fixed PHY link information
by Florian Fainelli
· 10 years ago
ec9436b
net: dsa: allow drivers to do link adjustment
by Florian Fainelli
· 10 years ago
5aed85c
net: dsa: allow switches to work without tagging
by Florian Fainelli
· 10 years ago
0d8bcdd
net: dsa: allow for more complex PHY setups
by Florian Fainelli
· 10 years ago
bd47497
net: dsa: retain a per-port device_node pointer
by Florian Fainelli
· 10 years ago
fa981d9
net: dsa: provide a switch device device tree node pointer
by Florian Fainelli
· 10 years ago
3e8a72d
net: dsa: reduce number of protocol hooks
by Florian Fainelli
· 10 years ago
253ff51
tcp: syncookies: mark cookie_secret read_mostly
by Florian Westphal
· 10 years ago
453a940
net: make skb an optional parameter for__skb_flow_dissect()
by WANG Cong
· 10 years ago
6451b3f
net: fix comments for __skb_flow_get_ports()
by WANG Cong
· 10 years ago
4798248
net: Add ops->ndo_xmit_flush()
by David S. Miller
· 10 years ago
4c83acb
ipv6: White-space cleansing : gaps between function and symbol export
by Ian Morris
· 10 years ago
cc24bec
ipv6: White-space cleansing : Structure layouts
by Ian Morris
· 10 years ago
67ba415
ipv6: White-space cleansing : Line Layouts
by Ian Morris
· 10 years ago
48a5fc7
gre: When GRE csum is present count as encap layer wrt csum
by Tom Herbert
· 10 years ago
57c67ff
udp: additional GRO support
by Tom Herbert
· 10 years ago
149d077
tcp: Call skb_gro_checksum_validate
by Tom Herbert
· 10 years ago
758f75d
gre: call skb_gro_checksum_simple_validate
by Tom Herbert
· 10 years ago
573e8fc
net: skb_gro_checksum_* functions
by Tom Herbert
· 10 years ago
8fc54f6
net: use reciprocal_scale() helper
by Daniel Borkmann
· 10 years ago
690e36e
net: Allow raw buffers to be passed into the flow dissector.
by David S. Miller
· 10 years ago
301bae5
tipc: merge struct tipc_port into struct tipc_sock
by Jon Paul Maloy
· 10 years ago
808d90f
tipc: remove files ref.h and ref.c
by Jon Paul Maloy
· 10 years ago
2e84c60
tipc: remove include file port.h
by Jon Paul Maloy
· 10 years ago
0fc87aa
tipc: remove source file port.c
by Jon Paul Maloy
· 10 years ago
6c9808c
tipc: remove port_lock
by Jon Paul Maloy
· 10 years ago
9b50fd0
tipc: replace port pointer with socket pointer in registry
by Jon Paul Maloy
· 10 years ago
5a9ee0be
tipc: use registry when scanning sockets
by Jon Paul Maloy
· 10 years ago
5b8fa7c
tipc: eliminate functions tipc_port_init and tipc_port_destroy
by Jon Paul Maloy
· 10 years ago
739f5e4
tipc: redefine message acknowledge function
by Jon Paul Maloy
· 10 years ago
dadebc0
tipc: eliminate port_connect()/port_disconnect() functions
by Jon Paul Maloy
· 10 years ago
80e44c2
tipc: eliminate function tipc_port_shutdown()
by Jon Paul Maloy
· 10 years ago
5728901
tipc: clean up socket timer function
by Jon Paul Maloy
· 10 years ago
02be61a
tipc: use message to abort connections when losing contact to node
by Jon Paul Maloy
· 10 years ago
50100a5
tipc: use pseudo message to wake up sockets after link congestion
by Jon Paul Maloy
· 10 years ago
1dd0bd2
tipc: introduce new function tipc_msg_create()
by Jon Paul Maloy
· 10 years ago
f9474dd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
989e04c
tcp: improve undo on timeout
by Yuchung Cheng
· 10 years ago
884cf70
net: remove dead code after sk_data_ready change
by Eric Dumazet
· 10 years ago
d2de875
net: use ktime_get_ns() and ktime_get_real_ns() helpers
by Eric Dumazet
· 10 years ago
47e4df9
mac80211: fix channel switch for chanctx-based drivers
by Michal Kazior
· 10 years ago
c0b8023
af_decnet: Use time_after_eq
by Himangi Saraogi
· 10 years ago
8b1b1eb
decnet: Use time_after_eq
by Himangi Saraogi
· 10 years ago
c72c95a
ipconfig: Use time_before
by Himangi Saraogi
· 10 years ago
b5c5c36
dn_dev: Use time_before
by Himangi Saraogi
· 10 years ago
0932997
br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
by Andreea-Cristina Bernat
· 10 years ago
8c6b00c
net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()
by Andreea-Cristina Bernat
· 10 years ago
e6b6888
net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()
by Andreea-Cristina Bernat
· 10 years ago
1dced6a
ipv4: Restore accept_local behaviour in fib_validate_source()
by Sébastien Barré
· 10 years ago
aa4a83e
net: sctp: fix suboptimal edge-case on non-active active/retrans path selection
by Daniel Borkmann
· 10 years ago
ea4f19c
net: sctp: spare unnecessary comparison in sctp_trans_elect_best
by Daniel Borkmann
· 10 years ago
2ba5af4
openvswitch: fix panic with multiple vlan headers
by Jiri Benc
· 10 years ago
793c3b4
net: ipv6: fib: don't sleep inside atomic lock
by Benjamin Block
· 10 years ago
061079a
sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe
by zhuyj
· 10 years ago
dc80811
packet: handle too big packets for PACKET_V3
by Eric Dumazet
· 10 years ago
6df378d
lec: Use rtnl lock/unlock when updating MTU
by chas williams - CONTRACTOR
· 10 years ago
02784f1b
tipc: Fix build.
by David S. Miller
· 10 years ago
7201c1d
cbq: now_rt removal
by Vasily Averin
· 10 years ago
73d0f37
cbq: incorrectly low bandwidth setting blocks limited traffic
by Vasily Averin
· 10 years ago
ac32c7f
tipc: fix message importance range check
by Erik Hugne
· 10 years ago
e050dbe
batman-adv: Fix parameter order of hlist_add_behind
by Sven Eckelmann
· 10 years ago
9ce12eb
netlink: Annotate RCU locking for seq_file walker
by Thomas Graf
· 10 years ago
0c9ab09
tcp: fix ssthresh and undo for consecutive short FRTO episodes
by Neal Cardwell
· 10 years ago
a26552a
tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic
by Hannes Frederic Sowa
· 10 years ago
4fab907
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
by Neal Cardwell
· 10 years ago
bc8fc7b
sit: Fix ipip6_tunnel_lookup device matching criteria
by Shmulik Ladkani
· 10 years ago
9d186ca
tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
by Andrey Vagin
· 10 years ago
490cc7d
net-timestamp: fix missing tcp fragmentation cases
by Willem de Bruijn
· 10 years ago
712a722
net-timestamp: fix missing ACK timestamp
by Willem de Bruijn
· 10 years ago
efd5029
irda: Fix rd_frame control field initialization in irlap_send_rd_frame()
by Maks Naumov
· 10 years ago
8356f9d
lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70a
by chas williams - CONTRACTOR
· 10 years ago
de713b5
atm/svc: Fix blocking in wait loop
by chas williams - CONTRACTOR
· 10 years ago
3791b3f
openvswitch: Fix memory leak in ovs_vport_alloc() error path
by Christoph Jaeger
· 10 years ago
f0094b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
06b8ab5
Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
8d2d441
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 10 years ago
0d5501c
net: Always untag vlan-tagged traffic on input.
by Vlad Yasevich
· 10 years ago
f00439e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 10 years ago
Next »