aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-16pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf1-25/+25
2014-05-16ieee802154, mac802154: implement devkey record optionPhoebe Buckheister1-0/+38
2014-05-16ieee802154: add netlink interfaces for llsecPhoebe Buckheister4-0/+862
2014-05-16mac802154: propagate device address changes to llsecPhoebe Buckheister2-3/+47
2014-05-16mac802154: add llsec configuration functionsPhoebe Buckheister3-0/+238
2014-05-16ieee802154: add dgram sockopts for security controlPhoebe Buckheister1-0/+66
2014-05-16mac802154: integrate llsec with wpan devicesPhoebe Buckheister2-28/+100
2014-05-16mac802154: add llsec decryption methodPhoebe Buckheister2-0/+248
2014-05-16mac802154: add llsec encryption methodPhoebe Buckheister2-0/+255
2014-05-16mac802154: add llsec structures and mutatorsPhoebe Buckheister4-1/+637
2014-05-16mac802154: update KconfigPhoebe Buckheister1-0/+4
2014-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitchDavid S. Miller11-184/+176
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich4-7/+116
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich1-6/+69
2014-05-16bridge: Introduce BR_PROMISC flagVlad Yasevich2-1/+3
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2-0/+58
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich4-1/+36
2014-05-16bridge: Turn flag change macro into a function.Vlad Yasevich1-10/+17
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong1-4/+2
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal1-1/+1
2014-05-16openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme1-7/+5
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme1-4/+4
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme4-55/+122
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme7-113/+32
2014-05-16openvswitch: Use ether_addr_copyJoe Perches3-16/+16
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches1-0/+2
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches1-3/+5
2014-05-16openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto1-2/+2
2014-05-16openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto1-1/+1
2014-05-16openvswitch: avoid warnings in vport_from_privDaniele Di Proietto1-2/+2
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto2-9/+13
2014-05-16net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai1-1/+7
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-15ip_tunnel: delete unneeded call to netdev_privJulia Lawall1-2/+1
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov1-1/+8
2014-05-15mac802154: make mac802154_wpan_open staticPhoebe Buckheister1-1/+1
2014-05-15ieee802154: fix dgram socket sendmsg()Phoebe Buckheister1-9/+19
2014-05-156lowpan: fix fragmentationPhoebe Buckheister1-94/+104
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister4-26/+21
2014-05-15mac802154: account for all header parts during wpan header creationgPhoebe Buckheister1-1/+1
2014-05-15ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister1-7/+45
2014-05-14net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches2-3/+3
2014-05-14dccp: make the request_retries minimum is 1wangweidong1-1/+2
2014-05-14snmp: fix some left over of snmp statsWANG Cong2-5/+5
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong6-32/+21
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy6-59/+46
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy1-108/+111
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy6-76/+83
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy8-91/+74
2014-05-14tipc: mark head of reassembly buffer as non-linearJon Paul Maloy1-0/+2