summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Bluetooth: Remove useless smp_rand functionJohan Hedberg2013-12-041-13/+2
| | | * Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes2013-12-041-22/+21
| | | * Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes2013-12-041-10/+9
| | | * Bluetooth: Remove unnecessary 'send' parameter from smp_failure()Johan Hedberg2013-12-041-8/+8
| | | * Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes2013-12-041-2/+1
| | | * Bluetooth: Add an extra check in mgmt_device_disconnected()Andre Guedes2013-12-041-0/+3
| | | * Bluetooth: Check address in mgmt_disconnect_failed()Andre Guedes2013-12-041-1/+11
| | | * Bluetooth: Store supported commands only during setup procedureMarcel Holtmann2013-12-041-1/+4
| | | * Bluetooth: Remove debug statement for features complete eventMarcel Holtmann2013-12-041-6/+0
| | | * Bluetooth: Set default own address type only during controller setupMarcel Holtmann2013-12-041-9/+11
| | | * Bluetooth: Fix limited discoverable mode for Zeevo modulesMarcel Holtmann2013-12-041-1/+1
* | | | net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco2013-12-171-2/+2
* | | | tipc: change lock_sock order in connect()wangweidong2013-12-161-4/+2
* | | | tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong2013-12-161-1/+1
* | | | tipc: kill unnecessary goto'swangweidong2013-12-161-8/+6
* | | | tipc: remove unnecessary variables and conditionswangweidong2013-12-163-17/+8
* | | | net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu2013-12-161-8/+4
* | | | ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa2013-12-141-4/+5
* | | | bonding: create bond_first_slave_rcu()dingtianhong2013-12-141-0/+21
* | | | pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2013-12-142-2/+5
* | | | packet: fix using smp_processor_id() in preemptible codeLi Zhong2013-12-141-1/+1
* | | | netconf: add proxy-arp supportstephen hemminger2013-12-141-12/+29
|/ / /
* | | ipv6: fix incorrect type in declarationFlorent Fourcot2013-12-121-1/+2
* | | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-125-74/+96
* | | ipv6: router reachability probingJiri Benc2013-12-112-6/+25
* | | sctp: remove redundant null check on asocwangweidong2013-12-111-4/+2
* | | sch_htb: remove unnecessary NULL pointer judgmentYang Yingliang2013-12-111-11/+5
* | | ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-112-6/+7
* | | net_sched: expand control flow of macro SKIP_NONLOCALYang Yingliang2013-12-111-35/+122
* | | tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-112-11/+7
* | | tipc: eliminate code duplication in media layerYing Xue2013-12-114-231/+149
* | | tipc: relocate common functions from media to bearerYing Xue2013-12-115-401/+114
* | | tipc: remove TIPC usage of field af_packet_priv in struct net_deviceYing Xue2013-12-113-46/+65
* | | tipc: improve naming and comment consistency in media layerJon Paul Maloy2013-12-112-19/+19
* | | tipc: initiate media type array at compile timeJon Paul Maloy2013-12-114-62/+23
* | | tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-112-55/+9
* | | net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang2013-12-111-4/+6
* | | net_sched: add space around '>' and before '('Yang Yingliang2013-12-112-2/+3
* | | net_sched: change "foo* bar" to "foo *bar"Yang Yingliang2013-12-112-3/+3
* | | net_sched: cls_bpf: use tabs to do indentYang Yingliang2013-12-111-1/+1
* | | net_sched: remove unnecessary parentheses while returnYang Yingliang2013-12-112-2/+3
* | | net: handle error more gracefully in socketpair()Yann Droneaud2013-12-111-18/+31
* | | net: more spelling fixesstephen hemminger2013-12-115-11/+11
* | | ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-111-2/+6
* | | dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-111-4/+9
* | | neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko2013-12-101-1/+1
* | | ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko2013-12-101-2/+2
* | | ipv6: use ip6_flowinfo helperFlorent Fourcot2013-12-101-2/+1
* | | ipv6: add ip6_flowlabel helperFlorent Fourcot2013-12-102-2/+2
* | | ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2013-12-102-6/+2