summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-05-195-5/+26
|\
| * batman-adv: Start new development cycleSimon Wunderlich2014-05-181-1/+1
| * batman-adv: remove semi-colon after macro definitionAntonio Quartulli2014-05-182-4/+4
| * batman-adv: add blank line between declarations and the rest of the codeAntonio Quartulli2014-05-184-0/+21
* | net: rds: Use time_after() for time comparisonManuel Schölling2014-05-192-4/+4
* | ipv4: minor spelling fixstephen hemminger2014-05-191-1/+1
* | bridge: fix spelling of promiscuousstephen hemminger2014-05-191-1/+1
* | net: bridge: fix buildAlexei Starovoitov2014-05-191-1/+1
|/
* pktgen: Use seq_puts() where seq_printf() is not neededThomas Graf2014-05-161-25/+25
* ieee802154, mac802154: implement devkey record optionPhoebe Buckheister2014-05-161-0/+38
* ieee802154: add netlink interfaces for llsecPhoebe Buckheister2014-05-164-0/+862
* mac802154: propagate device address changes to llsecPhoebe Buckheister2014-05-162-3/+47
* mac802154: add llsec configuration functionsPhoebe Buckheister2014-05-163-0/+238
* ieee802154: add dgram sockopts for security controlPhoebe Buckheister2014-05-161-0/+66
* mac802154: integrate llsec with wpan devicesPhoebe Buckheister2014-05-162-28/+100
* mac802154: add llsec decryption methodPhoebe Buckheister2014-05-162-0/+248
* mac802154: add llsec encryption methodPhoebe Buckheister2014-05-162-0/+255
* mac802154: add llsec structures and mutatorsPhoebe Buckheister2014-05-164-1/+637
* mac802154: update KconfigPhoebe Buckheister2014-05-161-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2014-05-1611-184/+176Star
|\
| * net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal2014-05-161-1/+1
| * openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme2014-05-161-7/+5Star
| * openvswitch: Fix output of SCTP mask.Jarno Rajahalme2014-05-161-4/+4
| * openvswitch: Per NUMA node flow stats.Jarno Rajahalme2014-05-164-55/+122
| * openvswitch: Remove 5-tuple optimization.Jarno Rajahalme2014-05-167-113/+32Star
| * openvswitch: Use ether_addr_copyJoe Perches2014-05-163-16/+16
| * openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches2014-05-161-0/+2
| * openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches2014-05-161-3/+5
| * openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto2014-05-161-2/+2
| * openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto2014-05-161-1/+1
| * openvswitch: avoid warnings in vport_from_privDaniele Di Proietto2014-05-161-2/+2
| * openvswitch: use const in some local vars and castsDaniele Di Proietto2014-05-162-9/+13
* | bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-164-7/+116
* | bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich2014-05-161-6/+69
* | bridge: Introduce BR_PROMISC flagVlad Yasevich2014-05-162-1/+3
* | bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2014-05-162-0/+58
* | bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich2014-05-164-1/+36
* | bridge: Turn flag change macro into a function.Vlad Yasevich2014-05-161-10/+17
* | ip_tunnel: don't add tunnel twiceDuan Jiong2014-05-161-4/+2Star
* | net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai2014-05-161-1/+7
|/
* vti6: delete unneeded call to netdev_privJulia Lawall2014-05-151-3/+0Star
* ip_tunnel: delete unneeded call to netdev_privJulia Lawall2014-05-151-2/+1Star
* net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-151-1/+8
* mac802154: make mac802154_wpan_open staticPhoebe Buckheister2014-05-151-1/+1
* ieee802154: fix dgram socket sendmsg()Phoebe Buckheister2014-05-151-9/+19
* 6lowpan: fix fragmentationPhoebe Buckheister2014-05-151-94/+104
* ieee802154: change _cb handling slightlyPhoebe Buckheister2014-05-154-26/+21Star
* mac802154: account for all header parts during wpan header creationgPhoebe Buckheister2014-05-151-1/+1
* ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister2014-05-151-7/+45
* net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches2014-05-142-3/+3