summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: rtnetlink: fdb dflt dump must set idx used for cb->arg[0]John Fastabend2013-03-291-2/+2
* ip_tunnel: Fix off-by-one error in forming dev name.Pravin B Shelar2013-03-291-1/+1
* net: simplify the getting percpu of flow_cacheLi RongQing2013-03-291-1/+1
* netlink: fix the warning introduced by netlink API replacementHong zhi guo2013-03-291-4/+4
* bridge: remove unused variable ifmHong zhi guo2013-03-281-9/+3Star
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-03-2813-120/+268
|\
| * batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-275-10/+10
| * batman-adv: update Makefile copyright yearsAntonio Quartulli2013-03-271-1/+1
| * batman-adv: Start new development cycleSimon Wunderlich2013-03-271-1/+1
| * batman-adv: free an hard-interface before adding itAntonio Quartulli2013-03-271-6/+33
| * batman-adv: Allow to modify slaves of soft-interfaces through rntl_linkSven Eckelmann2013-03-272-3/+65
| * batman-adv: Allow to use rntl_link for device creation/deletionSven Eckelmann2013-03-274-0/+33
| * batman-adv: rename batadv_softif_destroy to reflect sysfs use caseMarek Lindner2013-03-273-3/+7
| * batman-adv: Don't always delete softif when last slave was removedSven Eckelmann2013-03-273-6/+21
| * batman-adv: Move deinitialization of soft-interface to destructorSven Eckelmann2013-03-271-3/+12
| * batman-adv: Move soft-interface initialization to ndo_initSven Eckelmann2013-03-272-88/+86Star
| * batman-adv: Fix endianness errors for network codingMartin Hundebøll2013-03-272-2/+2
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-2818-50/+48Star
* | net: add ETH_P_802_3_MINSimon Horman2013-03-288-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-277-38/+32Star
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-2632-342/+311Star
| |\ \
| | * | ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-261-2/+1Star
| | * | af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong2013-03-261-2/+2
| | * | ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-03-251-16/+10Star
| | * | unix: fix a race condition in unix_release()Paul Moore2013-03-251-4/+3Star
| | * | tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-03-241-5/+2Star
| | * | bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-241-1/+1
| | * | 8021q: fix a potential use-after-freeCong Wang2013-03-241-7/+7
| | * | net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-03-241-1/+0Star
| * | | Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-261-2/+7
| |\ \ \
| | * | | SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust2013-03-251-2/+7
* | | | | net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer2013-03-271-2/+0Star
* | | | | net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loopJesper Dangaard Brouer2013-03-271-0/+3
* | | | | net: core: let's use native isxdigit instead of customAndy Shevchenko2013-03-271-3/+2Star
* | | | | net: switch to use skb_probe_transport_header()Jason Wang2013-03-271-19/+3Star
* | | | | net: core: let skb_partial_csum_set() set transport headerJason Wang2013-03-271-0/+1
| |_|_|/ |/| | |
* | | | 6lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau2013-03-271-1/+1
* | | | 6lowpan: fix a small formatting issueTony Cheneau2013-03-271-1/+1
* | | | ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger2013-03-271-0/+10
* | | | net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-261-1/+7
* | | | packet: set transport header before doing xmitJason Wang2013-03-261-0/+21
* | | | 6lowpan: modify udp compression/uncompression to match the standardTony Cheneau2013-03-261-3/+36
* | | | 6lowpan: use the PANID provided by the device instead of a static valueTony Cheneau2013-03-261-2/+4
* | | | 6lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau2013-03-261-0/+8
* | | | mac802154: add mac802154_dev_get_dsn()Tony Cheneau2013-03-263-0/+11
* | | | 6lowpan: store fragment tag values per device instead of net stack wideTony Cheneau2013-03-261-4/+5
* | | | 6lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau2013-03-261-4/+21
* | | | 6lowpan: fix first fragment (FRAG1) handlingTony Cheneau2013-03-261-13/+23
* | | | 6lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau2013-03-261-8/+15
* | | | mac802154: turn on ACK when enabled by the upper layersTony Cheneau2013-03-261-0/+2