Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_sm8150
/
1d76efe1577b4323609b1bcbfafa8b731eda071a
/
include
/
net
2ea2149
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 13 years ago
65e0736
xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquire
by Fan Du
· 13 years ago
1669891
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
1f07b62
sctp: fix a compile error in sctp.h
by Cong Wang
· 13 years ago
e1fc3b1
sctp: Make sysctl tunables per net
by Eric W. Biederman
· 13 years ago
f53b5b0
sctp: Push struct net down into sctp_verify_ext_param
by Eric W. Biederman
· 13 years ago
24cb81a
sctp: Push struct net down into all of the state machine functions
by Eric W. Biederman
· 13 years ago
e7ff4a7
sctp: Push struct net down into sctp_in_scope
by Eric W. Biederman
· 13 years ago
89bf345
sctp: Push struct net down into sctp_transport_init
by Eric W. Biederman
· 13 years ago
55e26eb
sctp: Push struct net down to sctp_chunk_event_lookup
by Eric W. Biederman
· 13 years ago
ebb7e95
sctp: Add infrastructure for per net sysctls
by Eric W. Biederman
· 13 years ago
b01a240
sctp: Make the mib per network namespace
by Eric W. Biederman
· 13 years ago
13d782f
sctp: Make the proc files per network namespace.
by Eric W. Biederman
· 13 years ago
2ce9550
sctp: Make the ctl_sock per network namespace
by Eric W. Biederman
· 13 years ago
4db67e8
sctp: Make the address lists per network namespace
by Eric W. Biederman
· 13 years ago
4110cc2
sctp: Make the association hashtable handle multiple network namespaces
by Eric W. Biederman
· 13 years ago
4cdadcb
sctp: Make the endpoint hashtable handle multiple network namespaces
by Eric W. Biederman
· 13 years ago
f1f4376
sctp: Make the port hash table use struct net in it's key.
by Eric W. Biederman
· 13 years ago
c12b395
gre: Support GRE over IPv6
by xeb@mail.ru
· 13 years ago
57f784f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 13 years ago
1fb9489
net: Loopback ifindex is constant now
by Pavel Emelyanov
· 13 years ago
aa79e66
net: Make ifindex generation per-net namespace
by Pavel Emelyanov
· 13 years ago
b14f243
net: Dont use ifindices in hash fns
by Pavel Emelyanov
· 13 years ago
425f09a
net: output path optimizations
by Eric Dumazet
· 13 years ago
d25398d
net: avoid reloads in SNMP_UPD_PO_STATS
by Eric Dumazet
· 13 years ago
b9b343d
Bluetooth: Fix hci_le_conn_complete_evt
by Andre Guedes
· 13 years ago
256a06c
Bluetooth: /proc/net/ entries for bluetooth protocols
by Masatake YAMATO
· 13 years ago
4af66c6
Bluetooth: Free the l2cap channel list only when refcount is zero
by Jaganath Kanakkassery
· 13 years ago
3064837
Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c
by Jaganath Kanakkassery
· 13 years ago
9e66463
Bluetooth: Make connect / disconnect cfm functions return void
by Andrei Emeltchenko
· 13 years ago
ab846ec4
Bluetooth: Define AMP controller statuses
by Andrei Emeltchenko
· 13 years ago
b93a682
Bluetooth: trivial: Fix mixing spaces and tabs in smp
by Andrei Emeltchenko
· 13 years ago
71becf0
Bluetooth: debug: Fix printing refcnt for hci_conn
by Andrei Emeltchenko
· 13 years ago
bb4b2a9
Bluetooth: mgmt: Managing only BR/EDR HCI controllers
by Andrei Emeltchenko
· 13 years ago
3f17324
Bluetooth: Remove missing code
by Andre Guedes
· 13 years ago
4778e0b
netlink: add signed types
by Jiri Pirko
· 13 years ago
1a26904
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 13 years ago
03f6b08
cfg80211: add channel flag to prohibit OFDM operation
by Seth Forshee
· 13 years ago
e3c0d04
Fix unexpected SA hard expiration after changing date
by Fan Du
· 13 years ago
1485348
tcp: Apply device TSO segment limit earlier
by Ben Hutchings
· 13 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
c76562b
netvm: prevent a stream-specific deadlock
by Mel Gorman
· 13 years ago
b4b9e35
netvm: set PF_MEMALLOC as appropriate during SKB processing
by Mel Gorman
· 13 years ago
c93bdd0
netvm: allow skb allocation to use PFMEMALLOC reserves
by Mel Gorman
· 13 years ago
7cb0240
netvm: allow the use of __GFP_MEMALLOC by specific sockets
by Mel Gorman
· 13 years ago
99a1dec
net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket
by Mel Gorman
· 13 years ago
c255a45
memcg: rename config variables
by Andrew Morton
· 13 years ago
caacf05
ipv4: Properly purge netdev references on uncached routes.
by David S. Miller
· 13 years ago
c5038a8
ipv4: Cache routes in nexthop exception entries.
by David S. Miller
· 13 years ago
d26b3a7
ipv4: percpu nh_rth_output cache
by Eric Dumazet
· 13 years ago
54764bb
ipv4: Restore old dst_free() behavior.
by Eric Dumazet
· 13 years ago
0c7462a
ipv4: remove rt_cache_rebuild_count
by Eric Dumazet
· 13 years ago
404e0a8
net: ipv4: fix RCU races on dst refcounts
by Eric Dumazet
· 13 years ago
c710998
ipv6: Early TCP socket demux
by Eric Dumazet
· 13 years ago
c6cffba
ipv4: Fix input route performance regression.
by David S. Miller
· 13 years ago
3c4cfad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
13378ca
ipv4: Change rt->rt_iif encoding.
by David S. Miller
· 13 years ago
92101b3
ipv4: Prepare for change of rt->rt_iif encoding.
by David S. Miller
· 13 years ago
a66d2c8
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
563d34d
tcp: dont drop MTU reduction indications
by Eric Dumazet
· 13 years ago
5e9965c
Merge branch 'kill_rtcache'
by David S. Miller
· 13 years ago
6120d3d
get rid of ->scm_work_list
by Al Viro
· 14 years ago
406a3c6
net: netprio_cgroup: rework update socket logic
by John Fastabend
· 13 years ago
5aa93bc
sctp: Implement quick failover draft from tsvwg
by Neil Horman
· 13 years ago
0bb4087
ipv4: Fix neigh lookup keying over loopback/point-to-point devices.
by David S. Miller
· 13 years ago
2860583
ipv4: Kill rt->fi
by David S. Miller
· 13 years ago
9917e1e8
ipv4: Turn rt->rt_route_iif into rt->rt_is_input.
by David S. Miller
· 13 years ago
4fd551d
ipv4: Kill rt->rt_oif
by David S. Miller
· 13 years ago
ba3f7f0
ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.
by David S. Miller
· 13 years ago
d2d68ba
ipv4: Cache input routes in fib_info nexthops.
by David S. Miller
· 13 years ago
f2bb4be
ipv4: Cache output routes in fib_info nexthops.
by David S. Miller
· 13 years ago
ceb3320
ipv4: Kill routes during PMTU/redirect updates.
by David S. Miller
· 13 years ago
f5b0a87
net: Document dst->obsolete better.
by David S. Miller
· 13 years ago
f8126f1
ipv4: Adjust semantics of rt->rt_gateway.
by David S. Miller
· 13 years ago
f1ce306
ipv4: Remove 'rt_dst' from 'struct rtable'
by David S. Miller
· 13 years ago
b486988
ipv4: Remove 'rt_mark' from 'struct rtable'
by David Miller
· 14 years ago
d6c0a4f
ipv4: Kill 'rt_src' from 'struct rtable'
by David Miller
· 14 years ago
1a00fee
ipv4: Remove rt_key_{src,dst,tos} from struct rtable.
by David Miller
· 14 years ago
38a424e
ipv4: Kill ip_route_input_noref().
by David Miller
· 14 years ago
89aef89
ipv4: Delete routing cache.
by David S. Miller
· 13 years ago
df4ab5b
net: rename bond_queue_mapping to slave_dev_queue_mapping
by Jiri Pirko
· 13 years ago
d40156a
rtnl: allow to specify different num for rx and tx queue count
by Jiri Pirko
· 13 years ago
6f458df
tcp: improve latencies of timer triggered events
by Eric Dumazet
· 13 years ago
5815d5e
tcp: use hash_32() in tcp_metrics
by Eric Dumazet
· 13 years ago
90b90f6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
67da22d
net-tcp: Fast Open client - cookie-less mode
by Yuchung Cheng
· 13 years ago
aab4874
net-tcp: Fast Open client - detecting SYN-data drops
by Yuchung Cheng
· 13 years ago
cf60af0
net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)
by Yuchung Cheng
· 13 years ago
783237e
net-tcp: Fast Open client - sending SYN-data
by Yuchung Cheng
· 13 years ago
1fe4c48
net-tcp: Fast Open client - cookie cache
by Yuchung Cheng
· 13 years ago
2100c8d
net-tcp: Fast Open base
by Yuchung Cheng
· 13 years ago
d8f1641
net: Fix warnings in dst_ops.h
by David S. Miller
· 13 years ago
be9f4a4
ipv4: tcp: remove per net tcp_sock
by Eric Dumazet
· 13 years ago
aee06da
ipv4: use seqlock for nh_exceptions
by Julian Anastasov
· 13 years ago
0cd0664
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 13 years ago
ddbe503
ipv6: add ipv6_addr_hash() helper
by Eric Dumazet
· 13 years ago
eb8637c
net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.
by Saurabh
· 13 years ago
d3818c92
ipv6: fix inet6_csk_xmit()
by Eric Dumazet
· 13 years ago
707be0a
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 13 years ago
Next »