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
2015-03-04
mpls: Add a sysctl to control the size of the mpls label table
Eric W. Biederman
1
-0
/
+146
2015-03-04
mpls: Basic routing support
Eric W. Biederman
4
-0
/
+411
2015-03-04
mpls: Refactor how the mpls module is built
Eric W. Biederman
2
-2
/
+18
2015-03-04
neigh: Add helper function neigh_xmit
Eric W. Biederman
1
-0
/
+34
2015-03-04
neigh: Factor out ___neigh_lookup_noref
Eric W. Biederman
4
-16
/
+26
2015-03-04
bridge: fix bridge netlink RCU usage
Johannes Berg
1
-6
/
+8
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
53
-252
/
+269
2015-03-03
Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2
-0
/
+4
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
40
-80
/
+192
2015-03-03
l2tp: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-03
wireless: Use eth_<foo>_addr instead of memset
Joe Perches
4
-8
/
+9
2015-03-03
mac80211: Use eth_<foo>_addr instead of memset
Joe Perches
4
-8
/
+8
2015-03-03
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+2
2015-03-03
bluetooth: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-03
atm: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+2
2015-03-03
appletalk: Use eth_<foo>_addr instead of memset
Joe Perches
1
-3
/
+3
2015-03-03
8021q: Use eth_<foo>_addr instead of memset
Joe Perches
1
-1
/
+1
2015-03-03
ax25: Stop using magic neighbour cache operations.
Eric W. Biederman
1
-54
/
+6
2015-03-03
openvswitch: Fix serialization of non-masked set actions.
Joe Stringer
1
-1
/
+7
2015-03-03
net/atm/signaling.c: remove WAIT_FOR_DEMON code
Fabian Frederick
1
-24
/
+0
2015-03-03
net: bridge: add compile-time assert for cb struct size
Florian Westphal
1
-0
/
+2
2015-03-02
udp: only allow UFO for packets from SOCK_DGRAM sockets
Michal Kubeček
2
-2
/
+4
2015-03-02
neigh: Don't require a dst in neigh_resolve_output
Eric W. Biederman
1
-6
/
+0
2015-03-02
neigh: Don't require dst in neigh_hh_init
Eric W. Biederman
4
-4
/
+7
2015-03-02
arp: Kill arp_find
Eric W. Biederman
1
-65
/
+0
2015-03-02
net: Kill dev_rebuild_header
Eric W. Biederman
7
-189
/
+0
2015-03-02
ax25: Stop depending on arp_find
Eric W. Biederman
1
-12
/
+28
2015-03-02
ax25: Stop calling/abusing dev_rebuild_header
Eric W. Biederman
1
-8
/
+2
2015-03-02
neigh: Move neigh_compat_output into ax25_ip.c
Eric W. Biederman
2
-22
/
+16
2015-03-02
arp: Remove special case to give AX25 it's open arp operations.
Eric W. Biederman
1
-37
/
+0
2015-03-02
ax25: Refactor to use private neighbour operations.
Eric W. Biederman
1
-0
/
+21
2015-03-02
ax25: Make ax25_header and ax25_rebuild_header static
Eric W. Biederman
1
-10
/
+8
2015-03-02
rose: Transmit packets in rose_xmit not rose_rebuild_header
Eric W. Biederman
1
-27
/
+11
2015-03-02
rose: Set the destination address in rose_header
Eric W. Biederman
1
-0
/
+3
2015-03-02
ax25: In ax25_rebuild_header add missing kfree_skb
Eric W. Biederman
1
-0
/
+1
2015-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
7
-134
/
+255
2015-03-02
filter: refactor common filter attach code into __sk_attach_prog
Daniel Borkmann
1
-38
/
+33
2015-03-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
27
-309
/
+1024
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
59
-377
/
+249
2015-03-02
tipc: Don't use iocb argument in socket layer
Ying Xue
1
-38
/
+44
2015-03-02
netfilter: nft_compat: add support for arptables extensions
Arturo Borrero
1
-0
/
+9
2015-03-02
net: move skb->dropcount to skb->cb[]
Eyal Birger
1
-2
/
+2
2015-03-02
net: add common accessor for setting dropcount on packets
Eyal Birger
2
-2
/
+2
2015-03-02
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
8
-14
/
+10
2015-03-02
net: packet: use sockaddr_ll fields as storage for skb original length in rec...
Eyal Birger
1
-6
/
+24
2015-03-02
net: rxrpc: change call to sock_recv_ts_and_drops() on rxrpc recvmsg to sock_...
Eyal Birger
1
-1
/
+1
2015-03-02
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...
Eyal Birger
3
-3
/
+3
2015-03-02
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
Eyal Birger
4
-12
/
+12
2015-03-01
cls_bpf: add initial eBPF support for programmable classifiers
Daniel Borkmann
1
-52
/
+154
2015-03-01
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
Daniel Borkmann
1
-2
/
+2
[next]