index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-20
net: drop tcp_memcontrol.c
Vladimir Davydov
1
-10
/
+0
2016-01-20
mm: memcontrol: drop unused @css argument in memcg_init_kmem
Johannes Weiner
1
-1
/
+2
2016-01-17
tcp_memcontrol: Forward declare cgroup_subsys and mem_cgroup stucts
Geert Uytterhoeven
1
-0
/
+3
2016-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+16
2016-01-15
ipv6: update skb->csum when CE mark is propagated
Eric Dumazet
1
-3
/
+16
2016-01-14
mm: memcontrol: generalize the socket accounting jump label
Johannes Weiner
1
-7
/
+0
2016-01-14
net: tcp_memcontrol: simplify linkage between socket and page counter
Johannes Weiner
3
-24
/
+6
2016-01-14
net: tcp_memcontrol: sanitize tcp memory accounting callbacks
Johannes Weiner
2
-58
/
+11
2016-01-14
net: tcp_memcontrol: simplify the per-memcg limit access
Johannes Weiner
1
-3
/
+5
2016-01-14
net: tcp_memcontrol: remove dead per-memcg count of allocated sockets
Johannes Weiner
1
-36
/
+3
2016-01-14
net: tcp_memcontrol: remove bogus hierarchy pressure propagation
Johannes Weiner
1
-15
/
+4
2016-01-14
net: tcp_memcontrol: properly detect ancestor socket pressure
Johannes Weiner
1
-4
/
+6
2016-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-01-10
net, sched: add skb_at_tc_ingress helper
Daniel Borkmann
1
-0
/
+9
2016-01-10
ipv4: Namespecify the tcp_keepalive_intvl sysctl knob
Nikolay Borisov
2
-2
/
+4
2016-01-10
ipv4: Namespecify tcp_keepalive_probes sysctl knob
Nikolay Borisov
2
-2
/
+4
2016-01-10
ipv4: Namespaceify tcp_keepalive_time sysctl knob
Nikolay Borisov
2
-2
/
+5
2016-01-10
udp: restrict offloads to one namespace
Hannes Frederic Sowa
1
-1
/
+1
2016-01-10
switchdev: Adding MDB entry offload
Elad Raz
1
-0
/
+11
2016-01-08
ipv4: eliminate endianness warnings in ip_fib.h
Lance Richardson
1
-1
/
+2
2016-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-5
/
+12
2016-01-08
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
3
-11
/
+24
2016-01-08
netfilter: nf_tables: Add new attributes into nft_set to store user data.
Carlos Falgueras GarcĂa
1
-0
/
+4
2016-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+16
2016-01-06
switchdev: add bridge vlan_filtering attribute
Elad Raz
1
-0
/
+2
2016-01-05
inet: kill unused skb_free op
Florian Westphal
1
-1
/
+0
2016-01-05
sctp: drop the old assoc hashtable of sctp
Xin Long
2
-26
/
+0
2016-01-05
sctp: add the rhashtable apis for sctp global transport hashtable
Xin Long
2
-0
/
+16
2016-01-05
Bluetooth: Add support for Start Limited Discovery command
Johan Hedberg
2
-0
/
+3
2016-01-05
Bluetooth: Change eir_has_data_type() to more generic eir_get_data()
Johan Hedberg
1
-10
/
+20
2016-01-04
net: Propagate lookup failure in l3mdev_get_saddr to caller
David Ahern
2
-7
/
+16
2016-01-04
soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF
Craig Gallek
2
-3
/
+12
2016-01-04
soreuseport: fast reuseport UDP socket selection
Craig Gallek
2
-2
/
+3
2016-01-04
soreuseport: define reuseport groups
Craig Gallek
2
-0
/
+22
2016-01-04
net: make ip6tunnel_xmit definition conditional
Arnd Bergmann
1
-0
/
+2
2016-01-04
Merge tag 'nfc-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
1
-0
/
+1
2016-01-04
mac802154: constify ieee802154_llsec_ops structure
Julia Lawall
1
-1
/
+1
2016-01-03
netfilter: nf_tables: add packet duplication to the netdev family
Pablo Neira Ayuso
1
-0
/
+6
2015-12-29
nfc: netlink: HCI event connectivity implementation
Christophe Ricard
1
-0
/
+1
2015-12-28
netfilter: nf_tables: destroy basechain and rules on netdevice removal
Pablo Neira Ayuso
1
-4
/
+1
2015-12-28
netfilter: nf_tables: release objects on netns destruction
Pablo Neira Ayuso
1
-1
/
+1
2015-12-25
ip_tunnel: Move stats update to iptunnel_xmit()
Pravin B Shelar
3
-30
/
+23
2015-12-22
net: add inet_sk_transparent() helper
Florian Westphal
2
-1
/
+13
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
6
-5
/
+50
2015-12-18
net: Allow accepted sockets to be bound to l3mdev domain
David Ahern
2
-0
/
+17
2015-12-18
net: l3mdev: Add master device lookup by index
David Ahern
1
-0
/
+23
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-17
/
+81
2015-12-16
net: fix warnings in 'make htmldocs' by moving macro definition out of field ...
Hannes Frederic Sowa
1
-1
/
+1
2015-12-16
geneve: Add geneve_get_rx_port support
Singhai, Anjali
1
-0
/
+8
2015-12-16
net: sctp: dynamically enable or disable pf state
Zhu Yanjun
1
-0
/
+7
[next]