Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ae8509c420122866344bde1241e31858d0aa2fbc
/
net
ae8509c
tipc: cosmetic realignment of function arguments
by Paul Gortmaker
· 12 years ago
c0fee8a
tipc: save sock structure pointer instead of void pointer to tipc_port
by Ying Xue
· 12 years ago
28e5297
tipc: convert config_lock from spinlock to mutex
by Ying Xue
· 12 years ago
3c5db8e
tipc: rename tipc_createport_raw to tipc_createport
by Ying Xue
· 12 years ago
f1733d7
tipc: remove user_port instance from tipc_port structure
by Ying Xue
· 12 years ago
198d73b
tipc: delete code orphaned by new server infrastructure
by Ying Xue
· 12 years ago
7d0ab17
tipc: convert configuration server to use new server facility
by Ying Xue
· 12 years ago
13a2e89
tipc: convert topology server to use new server facility
by Ying Xue
· 12 years ago
c5fa7b3
tipc: introduce new TIPC server infrastructure
by Ying Xue
· 12 years ago
5d21cb7
tipc: allow implicit connect for stream sockets
by Erik Hugne
· 12 years ago
cc79dd1
tipc: change socket buffer overflow control to respect sk_rcvbuf
by Ying Xue
· 12 years ago
dafcc43
net: add socket option for low latency polling
by Eliezer Tamir
· 12 years ago
89bf1b5
net: remove NET_LL_RX_POLL config menue
by Eliezer Tamir
· 12 years ago
9a3c71a
net: convert low latency sockets to sched_clock()
by Eliezer Tamir
· 12 years ago
eb6db62
net: change sysctl_net_ll_poll into an unsigned int
by Eliezer Tamir
· 12 years ago
2e0c9e7
net: sctp: sctp_association_init: put refs in reverse order
by Daniel Borkmann
· 12 years ago
c164b83
net: sctp: minor: remove variable in sctp_init_sock
by Daniel Borkmann
· 12 years ago
405426f
net: sctp: sctp_sf_do_prm_asoc: do SCTP_CMD_INIT_CHOOSE_TRANSPORT first
by Daniel Borkmann
· 12 years ago
f9e42b8
net: sctp: sideeffect: throw BUG if primary_path is NULL
by Daniel Borkmann
· 12 years ago
09ce069
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 12 years ago
93d8fd1
openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs()
by Pravin B Shelar
· 12 years ago
b34df5e
openvswitch: make skb->csum consistent with rest of networking stack.
by Pravin B Shelar
· 12 years ago
af78416
openvswitch: Fix misspellings in comments and docs.
by Andy Hill
· 12 years ago
34d94f2
openvswitch: fix variable names in comment
by Lorand Jakab
· 12 years ago
91b7514
openvswitch: Unify vport error stats handling.
by Pravin B Shelar
· 12 years ago
cbd531b
openvswitch: Remove unused get_config vport op.
by Jesse Gross
· 12 years ago
f44f340
openvswitch: Immediately exit on error in ovs_vport_cmd_set().
by Jesse Gross
· 12 years ago
1d8faf4
net/core: Add VF link state control
by Rony Efraim
· 12 years ago
ca4ec90
htb: reorder struct htb_class fields for performance
by Eric Dumazet
· 12 years ago
5f121b9
net-rps: fixes for rps flow limit
by Willem de Bruijn
· 12 years ago
85f1652
tcp: properly send new data in fast recovery in first RTT
by Yuchung Cheng
· 12 years ago
fe2c633
net: Convert uses of typedef ctl_table to struct ctl_table
by Joe Perches
· 12 years ago
194f4a6
net: make all team port device link events urgent
by Flavio Leitner
· 12 years ago
a06a2d3
net: ping_check_bind_addr() etc. can be static
by Wu Fengguang
· 12 years ago
2c928e0
sctp: Correct byte order of access to skb->{network, transport}_header
by Simon Horman
· 12 years ago
ca15feb
netlink: make compare exist all the time
by Gao feng
· 12 years ago
7c0cadc
udp: fix two sparse errors
by Eric Dumazet
· 12 years ago
5b9b626
gro: remove a sparse error
by Eric Dumazet
· 12 years ago
4a2e667
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 12 years ago
c70eba7
igmp: fix new sparse errors
by Eric Dumazet
· 12 years ago
7a6e288
pktgen: ipv6: numa: consolidate skb allocation to pktgen_alloc_skb
by Daniel Borkmann
· 12 years ago
da5bab0
net: udp4: move GSO functions to udp_offload
by Daniel Borkmann
· 12 years ago
946d3bd
igmp: remove unnecessary in_device member zeroing
by Shawn Bohrer
· 12 years ago
e989707
igmp: hash a hash table to speedup ip_check_mc_rcu()
by Eric Dumazet
· 12 years ago
64153ce
net_sched: htb: do not setup default rate estimators
by Eric Dumazet
· 12 years ago
130d3d6
net_sched: psched_ratecfg_precompute() improvements
by Eric Dumazet
· 12 years ago
3899ba9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
45203a3
net_sched: add 64bit rate estimators
by Eric Dumazet
· 12 years ago
b41abb4
net: pass correct parameter to skb_headers_offset_update()
by Peter Pan(潘卫平)
· 12 years ago
da12c90
netlink: Add compare function for netlink_table
by Gao feng
· 12 years ago
867a594
bridge: Add a flag to control unicast packet flood.
by Vlad Yasevich
· 12 years ago
9ba1889
bridge: Add flag to control mac learning.
by Vlad Yasevich
· 12 years ago
30f3a40
net: remove last caller of skb_tail_offset() and itself
by Cong Wang
· 12 years ago
d30e383
tcp: add low latency socket poll support.
by Eliezer Tamir
· 12 years ago
a5b5047
udp: add low latency socket poll support
by Eliezer Tamir
· 12 years ago
0602129
net: add low latency socket poll
by Eliezer Tamir
· 12 years ago
af12fa6
net: add napi_id and hash
by Eliezer Tamir
· 12 years ago
c05cdb1
netlink: allow large data transfers from user-space
by Pablo Neira Ayuso
· 12 years ago
28850dc
net: tcp: move GRO/GSO functions to tcp_offload
by Daniel Borkmann
· 12 years ago
5ee9859
net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segment
by Daniel Borkmann
· 12 years ago
93a306a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
a7526eb
net: Unbreak compat_sys_{send,recv}msg
by Andy Lutomirski
· 12 years ago
143554a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 12 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7f87712c
netfilter: nfnetlink_queue: only add CAP_LEN attr when needed
by Florian Westphal
· 12 years ago
9cefbbc
netfilter: nfnetlink_queue: cleanup copy_range usage
by Florian Westphal
· 12 years ago
4d3797d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
5343a7f
net_sched: htb: do not mix 1ns and 64ns time units
by Eric Dumazet
· 12 years ago
00f97da
netpoll: fix position of network header
by Amerigo Wang
· 12 years ago
525cebe
pktgen: Fix position of ip and udp header
by Thomas Graf
· 12 years ago
5e71d9d
net: fix sk_buff head without data area
by Pablo Neira
· 12 years ago
600fed5
net/ethtool: Fix comment regarding location of dev_ethtool() call
by Yan Burman
· 12 years ago
c26d6b4
ping: always initialize ->sin6_scope_id and ->sin6_flowinfo
by Cong Wang
· 12 years ago
534c877
ipv6: assign rt6_info to inet6_ifaddr in init_loopback
by Gao feng
· 12 years ago
430f03c
net: mark netdev_create_hash __net_init
by Baruch Siach
· 12 years ago
4960c2c
Kconfig: remove dangling references to the deleted file
by Jean Sacren
· 12 years ago
ebd4687
xfrm: simplify the exit path of xfrm_output_one()
by Jean Sacren
· 12 years ago
d862e54
net: ipv6: Implement /proc/net/icmp6.
by Lorenzo Colitti
· 12 years ago
8cc785f
net: ipv4: make the ping /proc code AF-independent
by Lorenzo Colitti
· 12 years ago
17ef66af
net: ipv6: Unify {raw,udp}6_sock_seq_show.
by Lorenzo Colitti
· 12 years ago
ed405be
mac80211: fix sdata locking around __ieee80211_request_smps
by Johannes Berg
· 12 years ago
9a99d4a
icmp: avoid allocating large struct on stack
by Cong Wang
· 12 years ago
08578d8
] icmp: fix icmp_unreach() comment.
by Rami Rosen
· 12 years ago
5aad1de
ipv4: use separate genid for next hop exceptions
by Timo Teräs
· 12 years ago
f016229
ipv4: rate limit updating of next hop exceptions with same pmtu
by Timo Teräs
· 12 years ago
387aa65
ipv4: properly refresh rtable entries on pmtu/redirect events
by Timo Teräs
· 12 years ago
01cb71d
net_sched: restore "overhead xxx" handling
by Eric Dumazet
· 12 years ago
e4c1721
xfrm: force a garbage collection after deleting a policy
by Paul Moore
· 12 years ago
32b8a8e
sit: add IPv4 over IPv4 support
by Nicolas Dichtel
· 12 years ago
bf3d6a8
iptunnel: specify protocol outside IP header
by Nicolas Dichtel
· 12 years ago
1e2bd51
udp6: Fix udp fragmentation for tunnel traffic.
by Pravin B Shelar
· 12 years ago
35d0461
net: clean up skb headers code
by Cong Wang
· 12 years ago
b190a50
net/core: dev_mc_sync_multiple calls wrong helper
by Jay Vosburgh
· 12 years ago
29ca2f8
net/core: __hw_addr_sync_one / _multiple broken
by Jay Vosburgh
· 12 years ago
60ba834
net/core: __hw_addr_unsync_one "from" address not marked synced
by Jay Vosburgh
· 12 years ago
9747ba6
net/core: __hw_addr_create_ex does not initialize sync_cnt
by Jay Vosburgh
· 12 years ago
938177e
netfilter: Correct calculation using skb->tail and skb-network_header
by Simon Horman
· 12 years ago
fda3f40
snmp6: remove IPSTATS_MIB_CSUMERRORS
by Nicolas Dichtel
· 12 years ago
db8caf3
gro: should aggregate frames without DF
by Eric Dumazet
· 12 years ago
c3f1dba
net: Update RFS target at poll for tcp/udp
by David Majnemer
· 12 years ago
Next »