index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-20
tipc: move link input queue to tipc_node
Jon Paul Maloy
4
-19
/
+27
2015-07-20
tipc: move link creation from neighbor discoverer to node
Jon Paul Maloy
3
-16
/
+37
2015-07-20
tipc: introduce link entry structure to struct tipc_node
Jon Paul Maloy
6
-135
/
+142
2015-07-20
switchdev: add offload_fwd_mark generator helper
Scott Feldman
1
-0
/
+103
2015-07-20
net: add phys ID compare helper to test if two IDs are the same
Scott Feldman
1
-6
/
+2
2015-07-20
net: don't reforward packets already forwarded by offload device
Scott Feldman
1
-0
/
+10
2015-07-20
bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not defined
Nikolay Aleksandrov
1
-0
/
+4
2015-07-20
net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not set
Phil Sutter
1
-0
/
+2
2015-07-20
bridge: multicast: fix handling of temp and perm entries
Satish Ashok
3
-7
/
+22
2015-07-20
bridge: multicast: notify on group delete
Nikolay Aleksandrov
1
-0
/
+2
2015-07-20
ebpf: add helper to retrieve net_cls's classid cookie
Daniel Borkmann
1
-0
/
+15
2015-07-20
cls_cgroup: factor out classid retrieval
Daniel Borkmann
1
-21
/
+2
2015-07-16
ipv6: Remove unused arguments for __ipv6_dev_get_saddr().
YOSHIFUJI Hideaki
1
-4
/
+2
2015-07-15
netlink: changes for setting and clearing protodown via netlink.
Anuradha Karuppiah
1
-2
/
+14
2015-07-15
net core: Add protodown support.
Anuradha Karuppiah
2
-0
/
+34
2015-07-15
ipv6: Fix finding best source address in ipv6_dev_get_saddr().
YOSHIFUJI Hideaki/吉藤英明
1
-12
/
+18
2015-07-15
pkt_sched: sch_qfq: remove unused member of struct qfq_sched
Andrea Parri
1
-1
/
+0
2015-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
46
-851
/
+1219
2015-07-13
bridge: mdb: add vlan support for user entries
Nikolay Aleksandrov
1
-0
/
+6
2015-07-13
net: Build IPv6 into kernel by default
Tom Herbert
1
-6
/
+5
2015-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
25
-194
/
+242
2015-07-12
Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
David S. Miller
3
-8
/
+13
2015-07-12
can: replace timestamp as unique skb attribute
Oliver Hartkopp
3
-8
/
+13
2015-07-11
net: dsa: Fix off-by-one in switch address parsing
Florian Fainelli
1
-1
/
+1
2015-07-11
net: dsa: Test array index before use
Florian Fainelli
1
-2
/
+2
2015-07-11
net: switchdev: don't abort unsupported operations
Vivien Didelot
1
-4
/
+8
2015-07-11
Revert "ipv4: use skb coalescing in defragmentation"
Florian Westphal
1
-20
/
+6
2015-07-10
net: inet_diag: always export IPV6_V6ONLY sockopt for listening sockets
Phil Sutter
1
-2
/
+2
2015-07-10
ipv6: Do not iterate over all interfaces when finding source address on specific interface.
YOSHIFUJI Hideaki/吉藤英明
1
-90
/
+107
2015-07-10
bridge: mdb: allow the user to delete mdb entry if there's a querier
Satish Ashok
1
-9
/
+2
2015-07-10
net: call rcu_read_lock early in process_backlog
Julian Anastasov
1
-16
/
+16
2015-07-10
net: do not process device backlog during unregistration
Julian Anastasov
1
-2
/
+4
2015-07-09
bridge: fix potential crash in __netdev_pick_tx()
Eric Dumazet
1
-0
/
+1
2015-07-09
tcp: do not export tcp_init_xmit_timers()
Eric Dumazet
1
-1
/
+0
2015-07-09
bridge: mdb: fill state in br_mdb_notify
Nikolay Aleksandrov
3
-5
/
+7
2015-07-09
route: remove unsed variable in __mkroute_input
Masatake YAMATO
1
-2
/
+1
2015-07-09
ipv6: Nonlocal bind
Tom Herbert
4
-3
/
+14
2015-07-09
inet: inet_twsk_deschedule factorization
Eric Dumazet
7
-25
/
+18
2015-07-09
inet: simplify timewait refcounting
Eric Dumazet
3
-62
/
+17
2015-07-09
ipv6: use flag instead of u16 for hop in inet6_skb_parm
Florian Westphal
3
-7
/
+7
2015-07-09
net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker()
Oleg Nesterov
1
-9
/
+2
2015-07-09
net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()
Oleg Nesterov
1
-1
/
+3
2015-07-09
tcp: update congestion state first before raising cwnd
Yuchung Cheng
1
-4
/
+4
2015-07-09
tcp: do not slow start when cwnd equals ssthresh
Yuchung Cheng
3
-5
/
+3
2015-07-09
tcp: add tcp_in_slow_start helper
Yuchung Cheng
10
-13
/
+13
2015-07-09
net: skb_defer_rx_timestamp should check for phydev before setting up classify
Alexander Duyck
1
-1
/
+5
2015-07-09
tcp: v1 always send a quick ack when quickacks are enabled
Jon Maxwell
2
-10
/
+7
2015-07-09
libceph: treat sockaddr_storage with uninitialized family as blank
Ilya Dryomov
1
-7
/
+7
2015-07-09
libceph: enable ceph in a non-default network namespace
Ilya Dryomov
2
-7
/
+19
2015-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
5
-29
/
+54
[next]