summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-05-16mac802154: add llsec structures and mutatorsPhoebe Buckheister
2014-05-16mac802154: update KconfigPhoebe Buckheister
2014-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich
2014-05-16bridge: Introduce BR_PROMISC flagVlad Yasevich
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich
2014-05-16bridge: Turn flag change macro into a function.Vlad Yasevich
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong
2014-05-16net/openvswitch: Use with RCU_INIT_POINTER(x, NULL) in vport-gre.cMonam Agarwal
2014-05-16openvswitch: Use TCP flags in the flow key for stats.Jarno Rajahalme
2014-05-16openvswitch: Fix output of SCTP mask.Jarno Rajahalme
2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme
2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme
2014-05-16openvswitch: Use ether_addr_copyJoe Perches
2014-05-16openvswitch: flow_netlink: Use pr_fmt to OVS_NLERR outputJoe Perches
2014-05-16openvswitch: Use net_ratelimit in OVS_NLERRJoe Perches
2014-05-16openvswitch: Added (unsigned long long) cast in printfDaniele Di Proietto
2014-05-16openvswitch: avoid cast-qual warning in vport_privDaniele Di Proietto
2014-05-16openvswitch: avoid warnings in vport_from_privDaniele Di Proietto
2014-05-16openvswitch: use const in some local vars and castsDaniele Di Proietto
2014-05-16net: unix: Align send data_len up to PAGE_SIZEKirill Tkhai
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall
2014-05-15ip_tunnel: delete unneeded call to netdev_privJulia Lawall
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov
2014-05-15mac802154: make mac802154_wpan_open staticPhoebe Buckheister
2014-05-15ieee802154: fix dgram socket sendmsg()Phoebe Buckheister
2014-05-156lowpan: fix fragmentationPhoebe Buckheister
2014-05-15ieee802154: change _cb handling slightlyPhoebe Buckheister
2014-05-15mac802154: account for all header parts during wpan header creationgPhoebe Buckheister
2014-05-15ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister
2014-05-14net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches
2014-05-14dccp: make the request_retries minimum is 1wangweidong
2014-05-14snmp: fix some left over of snmp statsWANG Cong
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy
2014-05-14tipc: clean up neigbor discovery message receptionJon Paul Maloy
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy
2014-05-14tipc: mark head of reassembly buffer as non-linearJon Paul Maloy
2014-05-14tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng