Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
98c8fccfaea838e62ffde2f2e44568844e0e5472
/
net
98c8fcc
mac80211: refactor and move scan RX code
by Johannes Berg
· 16 years ago
0a51b27
mac80211: start moving scan code from mlme
by Johannes Berg
· 16 years ago
ee96d6e
mac80211: remove useless non-NULL tests from scan results code
by Johannes Berg
· 16 years ago
491775a
mac80211: use sdata pointer for scan interface
by Johannes Berg
· 16 years ago
60f8b39
mac80211: reorder mlme code
by Johannes Berg
· 16 years ago
24e6462
mac80211: stop queues before carrier off
by Tomas Winkler
· 16 years ago
f5e5bf2
mac80211: remove disassociation code from ieee80211_set_associated
by Tomas Winkler
· 16 years ago
3b7ee69
mac80211: disassociate when moving to new BSS
by Tomas Winkler
· 16 years ago
aa458d1
mac80211: restructure disassoc/deauth flows
by Tomas Winkler
· 16 years ago
37ffc8d
mac80211: move IE parsing to util file
by Johannes Berg
· 16 years ago
5fd12d4
mac80211: fix typo in action frame handling
by Johannes Berg
· 16 years ago
9c80d3d
mac80211: fix action frame length checks
by Johannes Berg
· 16 years ago
5bda617
mac80211: BSS info: check channel first
by Johannes Berg
· 16 years ago
fe3fa82
mac80211: make conf_tx non-atomic
by Johannes Berg
· 16 years ago
69e6c01
mac80211: move some RCU locking into an if branch
by Johannes Berg
· 16 years ago
00c5ae2
mac80211: change MIMO_PS to SM_PS
by Tomas Winkler
· 16 years ago
1e493d1
ipv6: On interface down/unregister, purge icmp routes too.
by David S. Miller
· 16 years ago
0856990
ipsec: Add missing list_del() in xfrm_state_gc_task().
by David S. Miller
· 16 years ago
abb81c4
ipsec: Use RCU-like construct for saved state within a walk
by Herbert Xu
· 16 years ago
dacc62d
Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6
by David S. Miller
· 16 years ago
47abf28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
c051a0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into lvs-next-2.6
by Simon Horman
· 16 years ago
28faa97
ipsec: Make xfrm_larval_drop default to 1.
by David S. Miller
· 16 years ago
e550dfb
ipv6: Fix OOPS in ip6_dst_lookup_tail().
by Neil Horman
· 16 years ago
225f400
ipsec: Restore larval states and socket policies in dump
by Herbert Xu
· 16 years ago
410e27a
This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"
by Gerrit Renker
· 16 years ago
fd9ec7d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by David S. Miller
· 16 years ago
e7c29cb
[Bluetooth] Reject L2CAP connections on an insecure ACL link
by Marcel Holtmann
· 16 years ago
09ab6f4
[Bluetooth] Enforce correct authentication requirements
by Marcel Holtmann
· 16 years ago
f1c08ca
[Bluetooth] Fix reference counting during ACL config stage
by Marcel Holtmann
· 16 years ago
0a68a20
Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp
by David S. Miller
· 16 years ago
17dce5d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
e9c0ce2
ipvs: Embed user stats structure into kernel stats structure
by Sven Wegener
· 16 years ago
2206a3f
ipvs: Restrict connection table size via Kconfig
by Sven Wegener
· 16 years ago
9d7f2a2
IPVS: Remove incorrect ip_route_me_harder(), fix IPv6
by Julius Volz
· 16 years ago
503e81f
ipvs: handle PARTIAL_CHECKSUM
by Simon Horman
· 16 years ago
712d695
netns bridge: cleanup bridges during netns stop
by Alexey Dobriyan
· 16 years ago
4aa678b
netns bridge: allow bridges in netns!
by Alexey Dobriyan
· 16 years ago
5337407
warn: Turn the netdev timeout WARN_ON() into a WARN()
by Arjan van de Ven
· 16 years ago
9bff9db
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
e2a6b85
net: Enable TSO if supported by at least one device
by Herbert Xu
· 16 years ago
bcbc713
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
8d4698f7
bridge: don't allow setting hello time to zero
by Stephen Hemminger
· 16 years ago
d315492
netns : fix kernel panic in timewait socket destruction
by Daniel Lezcano
· 16 years ago
701b9cb
mac80211: add missing kernel-doc
by Randy Dunlap
· 16 years ago
8e1535d
mac80211: Fix rate scale initialization in IBSS
by Emmanuel Grumbach
· 16 years ago
9818bab
mac80211: Fix low bit rate in IBSS
by Tomas Winkler
· 16 years ago
e8a83e1
pkt_sched: Fix qdisc state in net_tx_action()
by Jarek Poplawski
· 16 years ago
e3b802b
netfilter: nf_conntrack_irc: make sure string is terminated before calling simple_strtoul
by Patrick McHardy
· 16 years ago
51807e9
netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet
by Alexey Dobriyan
· 16 years ago
887464a
netfilter: nf_conntrack_gre: more locking around keymap list
by Alexey Dobriyan
· 16 years ago
66bf791
netfilter: nf_conntrack_sip: de-static helper pointers
by Alexey Dobriyan
· 16 years ago
178f5e4
IPVS: use ipv6_addr_copy()
by Simon Horman
· 16 years ago
5af149c
IPVS: fix bogus indentation
by Simon Horman
· 16 years ago
3bfb92f
ipvs: Reject ipv6 link-local addresses for destinations
by Sven Wegener
· 16 years ago
77eb851
ipvs: Mark tcp/udp v4 and v6 debug functions static
by Sven Wegener
· 16 years ago
a5ba4bf
ipvs: Return negative error values from ip_vs_edit_service()
by Sven Wegener
· 16 years ago
cd9fe6c
ipvs: Use pointer to address from sync message
by Sven Wegener
· 16 years ago
f59ac04
cfg80211: keep track of supported interface modes
by Luis R. Rodriguez
· 16 years ago
bf7394c
Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"
by Linus Torvalds
· 16 years ago
f2428ed
ipvs: load balance ipv6 connections from a local process
by Simon Horman
· 16 years ago
4856c84
ipvs: load balance IPv4 connections from a local process
by Malcolm Turnbull
· 16 years ago
f94fd04
IPVS: Allow adding IPv6 services from userspace
by Julius Volz
· 16 years ago
473b23d
IPVS: Activate IPv6 Netfilter hooks
by Julius Volz
· 16 years ago
cfc78c5
IPVS: Adjust various debug outputs to use new macros
by Julius Volz
· 16 years ago
09571c7
IPVS: Add function to determine if IPv6 address is local
by Vince Busam
· 16 years ago
a0eb662
IPVS: Turn off FTP application helper for IPv6
by Julius Volz
· 16 years ago
c6883f5
IVPS: Disable sync daemon for IPv6 connections
by Julius Volz
· 16 years ago
667a5f1
IPVS: Convert procfs files for IPv6 entry output
by Vince Busam
· 16 years ago
7937df1
IPVS: Convert real server lookup functions
by Julius Volz
· 16 years ago
2a3b791
IPVS: Add/adjust Netfilter hook functions and helpers for v6
by Julius Volz
· 16 years ago
cd17f9e
IPVS: Extend scheduling functions for IPv6 support
by Julius Volz
· 16 years ago
b3cdd2a
IPVS: Add and bind IPv6 xmit functions
by Julius Volz
· 16 years ago
38cdcc9
IPVS: Add IPv6 support to xmit() support functions
by Julius Volz
· 16 years ago
28364a5
IPVS: Extend functions for getting/creating connections
by Julius Volz
· 16 years ago
0bbdd42
IPVS: Extend protocol DNAT/SNAT and state handlers
by Julius Volz
· 16 years ago
3b047d9
IPVS: Add protocol debug functions for IPv6
by Julius Volz
· 16 years ago
51ef348
IPVS: Add 'af' args to protocol handler functions
by Julius Volz
· 16 years ago
b14198f
IPVS: Add IPv6 support flag to schedulers
by Julius Volz
· 16 years ago
3c2e050
IPVS: Add v6 support to ip_vs_service_get()
by Julius Volz
· 16 years ago
b18610d
IPVS: Convert __ip_vs_svc_get() and __ip_vs_fwm_get()
by Julius Volz
· 16 years ago
c860c6b
IPVS: Add internal versions of sockopt interface structs
by Julius Volz
· 16 years ago
e7ade46
IPVS: Change IPVS data structures to support IPv6 addresses
by Julius Volz
· 16 years ago
fab0de0
IPVS: Add CONFIG_IP_VS_IPV6 option for IPv6 support
by Julius Volz
· 16 years ago
a3cbdde
dccp ccid-3: Preventing Oscillations
by Gerrit Renker
· 16 years ago
53ac957
dccp ccid-3: Simplify computing and range-checking of t_ipi
by Gerrit Renker
· 16 years ago
c8f41d5
dccp ccid-3: Measuring the packet size s with regard to rfc3448bis-06
by Gerrit Renker
· 16 years ago
891e4d8
dccp ccid-3: Tidy up CCID-Kconfig dependencies
by Gerrit Renker
· 16 years ago
9d497a2
dccp ccid-3: Implement rfc3448bis change to initial-rate computation
by Gerrit Renker
· 16 years ago
88e97a9
dccp ccid-3: Update the RX history records in one place
by Gerrit Renker
· 16 years ago
68c89ee
dccp ccid-3: Update the computation of X_recv
by Gerrit Renker
· 16 years ago
22338f0
dccp tfrc: Increase number of RTT samples
by Gerrit Renker
· 16 years ago
49ffc29
dccp: Clamping RTT values
by Gerrit Renker
· 16 years ago
2b81143
dccp ccid-3: Always perform receiver RTT sampling
by Gerrit Renker
· 16 years ago
2f3e3bb
dccp ccid-3: Remove duplicate RX states
by Gerrit Renker
· 16 years ago
34a081b
dccp tfrc: Let dccp_tfrc_lib do the sampling work
by Gerrit Renker
· 16 years ago
3ca7aea
dccp tfrc: Return type of update_i_mean is void
by Gerrit Renker
· 16 years ago
d20ed95
dccp tfrc: Perform early loss detection
by Gerrit Renker
· 16 years ago
24b8d34
dccp tfrc: Receiver history initialisation routine
by Gerrit Renker
· 16 years ago
8b67ad1
dccp tfrc: Suppress unavoidable "below resolution" warning
by Gerrit Renker
· 16 years ago
Next »