index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2015-03-06
net: dsa: let switches specify their tagging protocol
Florian Fainelli
-0
/
+5
2015-03-06
netfilter: nf_tables: limit maximum table name length to 32 bytes
Pablo Neira Ayuso
-1
/
+1
2015-03-06
netfilter: nf_tables: cleanup nf_tables.h
Patrick McHardy
-87
/
+87
2015-03-06
netfilter: ipt_CLUSTERIP: deprecate it in favour of xt_cluster
Pablo Neira Ayuso
-0
/
+1
2015-03-05
Bluetooth: fix service discovery behaviour for empty uuids filter
Jakub Pawlowski
-0
/
+2
2015-03-04
fib_trie: Make fib_table rcu safe
Alexander Duyck
-31
/
+46
2015-03-04
netfilter: nf_tables: fix userdata length overflow
Patrick McHardy
-3
/
+19
2015-03-04
mac80211: provide station PMF configuration to driver
SenthilKumar Jegadeesan
-0
/
+2
2015-03-04
mac80211: allow iterating inactive interfaces
Arik Nemtsov
-5
/
+30
2015-03-04
mpls: Add a sysctl to control the size of the mpls label table
Eric W. Biederman
-0
/
+2
2015-03-04
mpls: Basic routing support
Eric W. Biederman
-0
/
+19
2015-03-04
neigh: Add helper function neigh_xmit
Eric W. Biederman
-0
/
+3
2015-03-04
neigh: Factor out ___neigh_lookup_noref
Eric W. Biederman
-33
/
+57
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+1
2015-03-03
ax25: Stop using magic neighbour cache operations.
Eric W. Biederman
-4
/
+1
2015-03-03
mac80211: Update beacon's timing and DTIM count on every beacon
Alexander Bondar
-2
/
+5
2015-03-03
cfg80211: Allow NL80211_ATTR_IFINDEX to be added to vendor events
Ahmad Kholaif
-4
/
+10
2015-03-03
cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()
Dedy Lansky
-2
/
+37
2015-03-03
netfilter: reject: don't send icmp error if csum is invalid
Florian Westphal
-14
/
+3
2015-03-02
neigh: Don't require dst in neigh_hh_init
Eric W. Biederman
-0
/
+1
2015-03-02
arp: Kill arp_find
Eric W. Biederman
-1
/
+0
2015-03-02
neigh: Move neigh_compat_output into ax25_ip.c
Eric W. Biederman
-1
/
+0
2015-03-02
ax25: Refactor to use private neighbour operations.
Eric W. Biederman
-0
/
+5
2015-03-02
ax25: Make ax25_header and ax25_rebuild_header static
Eric W. Biederman
-3
/
+0
2015-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-17
/
+44
2015-03-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
-103
/
+59
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
-29
/
+23
2015-03-02
net: move skb->dropcount to skb->cb[]
Eyal Birger
-2
/
+16
2015-03-02
net: add common accessor for setting dropcount on packets
Eyal Birger
-0
/
+6
2015-03-02
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
-0
/
+3
2015-03-02
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...
Eyal Birger
-3
/
+3
2015-03-02
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
Eyal Birger
-7
/
+3
2015-02-28
wext: add checked wrappers for adding events/points to streams
Johannes Berg
-0
/
+22
2015-02-27
fib_trie: Convert fib_alias to hlist from list
Alexander Duyck
-1
/
+1
2015-02-27
multicast: Extend ip address command to enable multicast group join/leave on
Madhu Challa
-0
/
+2
2015-02-27
igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop
Madhu Challa
-0
/
+8
2015-02-27
udp: In udp_flow_src_port use random hash value if skb_get_hash fails
Tom Herbert
-6
/
+15
2015-02-27
Bluetooth: Update New CSRK event to match latest specification
Johan Hedberg
-2
/
+7
2015-02-25
net: dsa: Introduce dsa_is_port_initialized
Guenter Roeck
-0
/
+5
2015-02-25
net: dsa: integrate with SWITCHDEV for HW bridging
Florian Fainelli
-0
/
+10
2015-02-25
ipvs: allow rescheduling of new connections when port reuse is detected
Marcelo Ricardo Leitner
-0
/
+11
2015-02-24
bonding: Implement port churn-machine (AD standard 43.4.17).
Mahesh Bandewar
-0
/
+29
2015-02-20
caif: fix a signedness bug in cfpkt_iterate()
Dan Carpenter
-1
/
+1
2015-02-20
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
Johan Hedberg
-1
/
+2
2015-02-19
Bluetooth: Convert disconn_cfm to be triggered through hci_cb
Johan Hedberg
-28
/
+16
2015-02-19
Bluetooth: Convert connect_cfm to be triggered through hci_cb
Johan Hedberg
-24
/
+16
2015-02-19
Bluetooth: Convert L2CAP security callback to use hci_cb
Johan Hedberg
-34
/
+6
2015-02-19
Bluetooth: Convert hci_cb_list_lock to a mutex
Johan Hedberg
-9
/
+9
2015-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-1
/
+8
2015-02-15
Bluetooth: Add shutdown callback before closing the device
Tedd Ho-Jeong An
-0
/
+1
[prev]
[next]