Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8a70f8dc08dd40b7f8ac77280eaa99a8c6bc46f4
/
net
75b895c
[ATM]: [lec] reset retry counter when new arp issued
by Scott Talbert
· 19 years ago
4a7097f
[ATM]: [lec] attempt to support cisco failover
by Scott Talbert
· 19 years ago
09e9ec8
[TCP]: Don't over-clamp window in tcp_clamp_window()
by Alexey Kuznetsov
· 19 years ago
01ff367
[TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735
by David S. Miller
· 19 years ago
eb693d2
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
6660022
[PATCH] proc_mkdir() should be used to create procfs directories
by Al Viro
· 19 years ago
01d40f2
[NET]: Fix reversed logic in eth_type_trans().
by David S. Miller
· 19 years ago
735631a
[ATM]: fix bug in atm address list handling
by Martin Whitaker
· 19 years ago
9301e32
[ATM]: track and close listen sockets when sigd exits
by Chas Williams
· 19 years ago
e2c4b72
[ATM]: net/atm/ioctl.c: autoload pppoatm and br2684
by Roman Kagan
· 19 years ago
6b25185
[TCP]: Fix init_cwnd calculations in tcp_select_initial_window()
by David S. Miller
· 19 years ago
64233bf
[APPLETALK]: Fix broadcast bug.
by Oliver Dawid
· 19 years ago
ba645c1
[NET]: Slightly optimize ethernet address comparison.
by David S. Miller
· 19 years ago
520d1b8
[ROSE]: fix typo (regeistration)
by Alexey Dobriyan
· 19 years ago
a83cd2c
[ROSE]: check rose_ndevs earlier
by Alexey Dobriyan
· 19 years ago
70ff3b6
[ROSE]: return sane -E* from rose_proto_init()
by Alexey Dobriyan
· 19 years ago
c3c4ed6
[ROSE]: do proto_unregister() on exit paths
by Alexey Dobriyan
· 19 years ago
a79af59
[NET]: Fix module reference counts for loadable protocol modules
by Frank Filz
· 19 years ago
2d7ceec
[NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()
by Eric Dumazet
· 19 years ago
bc8dfcb
[NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()
by Daniel Phillips
· 19 years ago
667347f
[NEIGH]: Add debugging check when adding timers.
by David S. Miller
· 19 years ago
56e9b26
Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/llc-2.6
by David S. Miller
· 19 years ago
188bab3
[NETFILTER]: Fix invalid module autoloading by splitting iptable_nat
by Harald Welte
· 19 years ago
b85daee
[AF_PACKET]: Remove bogus checks added to packet_sendmsg().
by David S. Miller
· 19 years ago
c62dba9
[IPV6]: Fix [Bug 5306] Oops on IPv6 route lookup
by Herbert Xu
· 19 years ago
b9d717a
[NET]: Make sure ctl buffer is aligned properly in sys_sendmsg().
by Alex Williamson
· 19 years ago
8ddec746
[NETFILTER] ip_conntrack: Update event cache when status changes
by Harald Welte
· 19 years ago
8689c07
[IRDA]: *irttp cleanup
by Alexey Dobriyan
· 19 years ago
15166fadb
[IRDA]: Fix memory leak in irttp_init()
by Alexey Dobriyan
· 19 years ago
45fc3b1
[NET]: Protect neigh_stat_seq_fops by CONFIG_PROC_FS
by Amos Waterland
· 19 years ago
d67b24c
[NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency
by Harald Welte
· 19 years ago
eb0e007
[SCTP]: Fix SCTP_SHUTDOWN notifications.
by Sridhar Samudrala
· 19 years ago
1dfbab5
[NETFILTER] Fix conntrack event cache deadlock/oops
by Harald Welte
· 19 years ago
6749720
[NETFILTER] Fix sparse endian warnings in pptp helper
by Alexey Dobriyan
· 19 years ago
0ae5d25
[NETFILTER] fix DEBUG statement in PPTP helper
by Harald Welte
· 19 years ago
2a7bc3c
[BRIDGE]: TSO fix in br_dev_queue_push_xmit
by Vlad Drukker
· 19 years ago
83ca28b
[TCP]: Adjust Reno SACK estimate in tcp_fragment
by Herbert Xu
· 19 years ago
8420e1b
[LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg
by Arnaldo Carvalho de Melo
· 19 years ago
d389424
[LLC]: Fix the accept path
by Arnaldo Carvalho de Melo
· 19 years ago
2928c19
[LLC]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
0519d8f
[TR]: Set correct frame type for SNAP packets
by Jochen Friedrich
· 19 years ago
096f0eb
[LLC]: Fix llc_fixup_skb() bug
by Jochen Friedrich
· 19 years ago
5564af2
[LLC]: Fix for Bugzilla ticket #5157
by Jochen Friedrich
· 19 years ago
cf309e3
[LLC]: Fix for Bugzilla ticket #5156
by Jochen Friedrich
· 19 years ago
6e2144b
[LLC]: Use refcounting with struct llc_sap
by Arnaldo Carvalho de Melo
· 19 years ago
04e4223
[LLC]: Do better struct sock accounting on skbs
by Arnaldo Carvalho de Melo
· 19 years ago
afdbe35
[LLC]: Use sk_wait_data
by Arnaldo Carvalho de Melo
· 19 years ago
249ff1c
[LLC]: Use some more likely/unlikely
by Arnaldo Carvalho de Melo
· 19 years ago
590232a
[LLC]: Add sysctl support for the LLC timeouts
by Arnaldo Carvalho de Melo
· 19 years ago
54fb7f2
[LLC]: Use the sk_wait_event primitive
by Arnaldo Carvalho de Melo
· 19 years ago
b35bd11
[LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_wait
by Arnaldo Carvalho de Melo
· 19 years ago
72b1ad4
[LLC]: Remove unused functions from llc_c_ev.c
by Arnaldo Carvalho de Melo
· 19 years ago
b9441fc
[LLC]: Use const in llc_c_ev.c
by Arnaldo Carvalho de Melo
· 19 years ago
af426d3
[LLC]: Help the compiler with likely/unlikely, saving some more bytes
by Arnaldo Carvalho de Melo
· 19 years ago
0eb8017
[LLC]: Mark llc_find_next_offset as __init, saving some more bytes
by Arnaldo Carvalho de Melo
· 19 years ago
5a770c0
[LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behaviour
by Arnaldo Carvalho de Melo
· 19 years ago
774ccb4
[LLC]: Remove unneeded temp net_device variables
by Arnaldo Carvalho de Melo
· 19 years ago
e0dd551
[LLC]: introduce llc_conn_tmr_common_cb, to avoid code duplication
by Arnaldo Carvalho de Melo
· 19 years ago
838a75d
[LLC]: Remove unneeded f_bit variables
by Arnaldo Carvalho de Melo
· 19 years ago
bdcc66c
[LLC]: Simplify llc_c_ac code, removing unneeded assignments to variables
by Arnaldo Carvalho de Melo
· 19 years ago
1d67e65
[LLC]: Make llc_frame_alloc take a net_device as an argument
by Arnaldo Carvalho de Melo
· 19 years ago
7957aed
[TCP]: Set default congestion control correctly for incoming connections.
by Stephen Hemminger
· 19 years ago
78c6671
[FIB_TRIE]: message cleanup
by Stephen Hemminger
· 19 years ago
0fb375f
[AF_PACKET]: Allow for > 8 byte hardware addresses.
by Eric W. Biederman
· 19 years ago
875bd5a
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
6d1cfe3
[PATCH] raw_sendmsg DoS on 2.6
by Mark J Cox
· 19 years ago
e14c3ca
[TCP]: Handle SACK'd packets properly in tcp_fragment().
by Herbert Xu
· 19 years ago
3c3f8f2
[8021Q]: Add endian annotations.
by Alexey Dobriyan
· 19 years ago
8922bc9
[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}
by Harald Welte
· 19 years ago
a41bc00
[NETFILTER]: Rename misnamed function
by Patrick McHardy
· 19 years ago
e674d0f
[NETFILTER] ip6tables: remove duplicate code
by Yasuyuki Kozakai
· 19 years ago
926b50f
[NETFILTER]: Add new PPTP conntrack and NAT helper
by Harald Welte
· 19 years ago
772cb71
[IPV4]: fib_trie RCU refinements
by Robert Olsson
· 19 years ago
1d25cd6
[IPV4]: fib_trie tnode stats refinements
by Robert Olsson
· 19 years ago
628f87f
[NETFILTER]: Solve Kconfig dependency problem
by Harald Welte
· 19 years ago
987905d
[IPV6]: Check connect(2) status for IPv6 UDP socket (Re: xfrm_lookup)
by Mitsuru KANDA
· 19 years ago
88f964d
[DCCP]: Introduce CCID getsockopt for the CCIDs
by Arnaldo Carvalho de Melo
· 19 years ago
561713c
[DCCP]: Don't use necessarily the same CCID for tx and rx
by Arnaldo Carvalho de Melo
· 19 years ago
65299d6
[CCID3]: Introduce include/linux/tfrc.h
by Arnaldo Carvalho de Melo
· 19 years ago
ae31c33
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
by Arnaldo Carvalho de Melo
· 19 years ago
9eb0eec
[NETFILTER] move nfnetlink options to right location in kconfig menu
by Harald Welte
· 19 years ago
777ed97
[NETFILTER] Fix Kconfig dependencies for nfnetlink/ctnetlink
by Harald Welte
· 19 years ago
a8f3914
[NETFILTER]: Fix oops in conntrack event cache
by Harald Welte
· 19 years ago
136e92b
[NETFILTER] CLUSTERIP: use a bitmap to store node responsibility data
by KOVACS Krisztian
· 19 years ago
4451362
[NETFILTER] CLUSTERIP: introduce reference counting for entries
by KOVACS Krisztian
· 19 years ago
67e6b62
[DCCP]: Introduce DCCP_SOCKOPT_SERVICE
by Arnaldo Carvalho de Melo
· 19 years ago
0c10c5d
[DCCP]: More precisely set reset_code when sending RESET packets
by Arnaldo Carvalho de Melo
· 19 years ago
37f7f42
[NET]: Do not leak MSG_CMSG_COMPAT into userspace.
by David S. Miller
· 19 years ago
40796c5
[IPV6]: Fix per-socket multicast filtering in sk_reuse case
by David L Stevens
· 19 years ago
87375ab
[IPVS]: ip_vs_ftp breaks connections using persistence
by Julian Anastasov
· 19 years ago
f5e229d
[IPVS]: Really invalidate persistent templates
by Julian Anastasov
· 19 years ago
1c011be
[BRIDGE-NF]: Fix iptables redirect on bridge interface
by Bart De Schuymer
· 19 years ago
de9daad
[MCAST]: Fix MCAST_EXCLUDE line dupes
by Denis Lukianov
· 19 years ago
3c05d92
[TCP]: Compute in_sacked properly when we split up a TSO frame.
by Herbert Xu
· 19 years ago
033d974
Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6
by David S. Miller
· 19 years ago
2b80230
[DCCP]: Handle SYNC packets in dccp_rcv_state_process
by Arnaldo Carvalho de Melo
· 19 years ago
811265b
[DCCP]: Check if already in the CLOSING state in dccp_rcv_closereq
by Arnaldo Carvalho de Melo
· 19 years ago
ae01d27
Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by David S. Miller
· 19 years ago
adcb5ad1
[NETFILTER]: Fix DHCP + MASQUERADE problem
by Patrick McHardy
· 19 years ago
cd0bf2d
[NETFILTER]: Fix rcu race in ipt_REDIRECT
by Patrick McHardy
· 19 years ago
Next »