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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-07
udp: do fwd memory scheduling on dequeue
Paolo Abeni
7
-33
/
+44
2016-11-07
net/sock: add an explicit sk argument for ip_cmsg_recv_offset()
Paolo Abeni
3
-5
/
+5
2016-11-07
net: Update raw socket bind to consider l3 domain
David Ahern
1
-1
/
+9
2016-11-04
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
27
-35
/
+79
2016-11-04
net: core: add UID to flows, rules, and routes
Lorenzo Colitti
4
-2
/
+91
2016-11-04
net: core: Add a UID field to struct sock.
Lorenzo Colitti
2
-1
/
+18
2016-11-03
net/sched: cls_flower: Support matching on SCTP ports
Simon Horman
1
-0
/
+19
2016-11-03
ipv6: on reassembly, record frag_max_size
Willem de Bruijn
1
-1
/
+6
2016-11-03
ipv6: add IPV6_RECVFRAGSIZE cmsg
Willem de Bruijn
2
-0
/
+13
2016-11-03
ipv4: add IP_RECVFRAGSIZE cmsg
Willem de Bruijn
1
-0
/
+26
2016-11-03
net: ip, raw_diag -- Use jump for exiting from nested loop
Cyrill Gorcunov
1
-1
/
+2
2016-11-03
net: ip, raw_diag -- Fix socket leaking for destroy request
Cyrill Gorcunov
1
-1
/
+4
2016-11-02
ila: Fix crash caused by rhashtable changes
Tom Herbert
1
-3
/
+13
2016-11-02
net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect
Cyrill Gorcunov
1
-1
/
+1
2016-11-02
tcp: enhance tcp collapsing
Eric Dumazet
1
-6
/
+4
2016-11-02
sctp: clean up sctp_packet_transmit
Xin Long
1
-277
/
+158
2016-11-02
net/sched: cls_flower: merge filter delete/destroy common code
Roi Dayan
1
-10
/
+11
2016-11-02
net/sched: cls_flower: add missing unbind call when destroying flows
Roi Dayan
1
-0
/
+1
2016-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
27
-340
/
+1484
2016-11-01
netfilter: nf_queue: place volatile data in own cacheline
Florian Westphal
1
-1
/
+1
2016-11-01
netfilter: nf_tables: remove useless U8_MAX validation
Liping Zhang
2
-6
/
+0
2016-11-01
netfilter: nf_tables: introduce routing expression
Anders K. Pedersen
3
-0
/
+160
2016-11-01
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
Pablo Neira Ayuso
8
-296
/
+342
2016-11-01
netfilter: nf_log: add packet logging for netdev family
Pablo Neira Ayuso
6
-15
/
+116
2016-11-01
netfilter: nf_tables: add fib expression
Florian Westphal
10
-0
/
+787
2016-11-01
genetlink: fix error return code in genl_register_family()
Wei Yongjun
1
-1
/
+3
2016-11-01
net: Enable support for VRF with ipv4 multicast
David Ahern
2
-16
/
+38
2016-11-01
tipc: remove SS_CONNECTED sock state
Parthasarathy Bhuvaragan
1
-48
/
+38
2016-11-01
tipc: create TIPC_CONNECTING as a new sk_state
Parthasarathy Bhuvaragan
1
-32
/
+28
2016-11-01
tipc: remove SS_DISCONNECTING state
Parthasarathy Bhuvaragan
1
-80
/
+52
2016-11-01
tipc: create TIPC_DISCONNECTING as a new sk_state
Parthasarathy Bhuvaragan
1
-15
/
+24
2016-11-01
tipc: create TIPC_OPEN as a new sk_state
Parthasarathy Bhuvaragan
1
-54
/
+43
2016-11-01
tipc: create TIPC_ESTABLISHED as a new sk_state
Parthasarathy Bhuvaragan
1
-7
/
+11
2016-11-01
tipc: create TIPC_LISTEN as a new sk_state
Parthasarathy Bhuvaragan
1
-19
/
+43
2016-11-01
tipc: remove socket state SS_READY
Parthasarathy Bhuvaragan
1
-18
/
+31
2016-11-01
tipc: remove probing_intv from tipc_sock
Parthasarathy Bhuvaragan
1
-10
/
+9
2016-11-01
tipc: remove tsk->connected from tipc_sock
Parthasarathy Bhuvaragan
1
-17
/
+19
2016-11-01
tipc: remove tsk->connected for connectionless sockets
Parthasarathy Bhuvaragan
1
-3
/
+1
2016-11-01
tipc: rename tsk->remote to tsk->peer for consistent naming
Parthasarathy Bhuvaragan
1
-6
/
+5
2016-11-01
tipc: rename struct tipc_skb_cb member handle to bytes_read
Parthasarathy Bhuvaragan
2
-9
/
+11
2016-11-01
tipc: set kern=0 in sk_alloc() during tipc_accept()
Parthasarathy Bhuvaragan
1
-1
/
+1
2016-11-01
tipc: wakeup sleeping users at disconnect
Parthasarathy Bhuvaragan
1
-0
/
+1
2016-11-01
tipc: return early for non-blocking sockets at link congestion
Parthasarathy Bhuvaragan
1
-0
/
+6
2016-10-31
bridge: mcast: add router port on PIM hello message
Nikolay Aleksandrov
1
-1
/
+21
2016-10-31
net: pim: add all RFC7761 message types
Nikolay Aleksandrov
2
-2
/
+2
2016-10-31
net: Add support for XPS with QoS via traffic classes
Alexander Duyck
2
-45
/
+103
2016-10-31
net: Refactor removal of queues from XPS map and apply on num_tc changes
Alexander Duyck
1
-23
/
+50
2016-10-31
net: Add sysfs value to determine queue traffic class
Alexander Duyck
2
-1
/
+36
2016-10-31
net: Move functions for configuring traffic classes out of inline headers
Alexander Duyck
1
-0
/
+29
2016-10-31
net: add an ioctl to get a socket network namespace
Andrey Vagin
1
-0
/
+13
[next]