aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-04at86rf230: add help and 212 to Kconfig menu entryAlexander Aring1-1/+7
2014-03-04be2net: dma_sync each RX frag before passing it to the stackSathya Perla2-11/+24
2014-03-04cfg80211: add MPLS and 802.21 classificationSimon Wunderlich1-0/+16
2014-03-04UAPI: add MPLS label stack definitionSimon Wunderlich2-0/+40
2014-03-04if_ether.h: add IEEE 802.21 EthertypeSimon Wunderlich1-0/+1
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng7-4/+24
2014-03-03sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA1-11/+12
2014-03-03ieee802154: fix at86rf212_set_txpower() exit pathJean Sacren1-6/+1
2014-03-03connector: remove duplicated code in cn_call_callback()Alexey Khoroshilov1-1/+0
2014-03-02net/mlx4_en: Change Connect-X description in kconfigEyal Perry1-1/+1
2014-03-02net/mlx4_en: Use union for BlueFlame WQEAmir Vadai2-4/+10
2014-03-02net/mlx4_core: Fix sparse warningEyal Perry1-1/+2
2014-03-02net/mlx4_en: Fix selftest failing on non 10G link speedAmir Vadai1-2/+4
2014-03-02net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64()Eugenia Emantayev3-23/+22
2014-03-02net/mlx4_en: Move queue stopped/waked counters to be per ringEugenia Emantayev3-3/+11
2014-03-02net/mlx4_en: Pad ethernet packets smaller than 17 bytesEugenia Emantayev1-1/+7
2014-03-02net/mlx4_en: Verify mlx4_en module parametersEugenia Emantayev3-16/+44
2014-03-02net/mlx4_en: Fix UP limit in ieee_ets->prio_tcAmir Vadai1-1/+1
2014-03-026lowpan: use memcpy to set tag value in fraghdrAlexander Aring1-2/+1
2014-03-026lowpan: remove initialization of tag valueAlexander Aring1-1/+0
2014-03-026lowpan: fix type of datagram size parameterAlexander Aring1-1/+1
2014-03-02ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller3-8/+24
2014-03-02ixgbe: Check config reads for removalMark Rustad4-15/+75
2014-03-02ixgbe: Fix up some ethtool results when adapter is removedMark Rustad1-1/+8
2014-03-02ixgbe: Restore hw_addr in LER recovery pathsMark Rustad1-2/+4
2014-03-02bonding: send arp requests even if there's no route to themVeaceslav Falico1-2/+7
2014-02-286lowpan: handling 6lowpan fragmentation via inet_frag apiAlexander Aring5-208/+689
2014-02-28net: ns: add ieee802154_6lowpan namespaceAlexander Aring2-0/+17
2014-02-286lowpan: fix some checkpatch issuesAlexander Aring1-18/+9
2014-02-286lowpan: move 6lowpan.c to 6lowpan_rtnl.cAlexander Aring2-0/+1
2014-02-286lowpan: change tag type to __be16Alexander Aring1-2/+3
2014-02-286lowpan: fix fragmentation on sending sideAlexander Aring1-10/+27
2014-02-286lowpan: add uncompress header size functionAlexander Aring1-0/+113
2014-02-286lowpan: add frag information structAlexander Aring1-0/+7
2014-02-28net: w5100: Use devm_ioremap_resource()Jingoo Han1-5/+4
2014-02-28net: w5300: Use devm_ioremap_resource()Jingoo Han1-5/+4
2014-02-28packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann1-3/+13
2014-02-28ixgbevf: add check for CHECKSUM_PARTIAL when doing TSOEmil Tantilov1-0/+3
2014-02-28ixgbevf: fix handling of tx checksummingEmil Tantilov1-1/+1
2014-02-28ixgbe: Add check for FW veto bitDon Skidmore4-4/+63
2014-02-28ixgbe: fix bit toggled for 82599 reset fix.Don Skidmore1-1/+2
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore7-141/+161
2014-02-28ixgbe: fix to use correct timeout interval for memory read completionDon Skidmore2-3/+64
2014-02-27ipv6: addrconf: silence sparse endianness warningsBjørn Mork1-3/+3
2014-02-27neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong1-0/+1
2014-02-27net: move net_device priv_flags out from UAPILuis R. Rodriguez2-83/+83
2014-02-27net: kdoc struct net_device flags and priv_flagsLuis R. Rodriguez1-52/+161
2014-02-27atm: nicstar: remove interruptible_sleep_on_timeoutArnd Bergmann1-8/+8
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet17-169/+174
2014-02-26net: add skb_mstamp infrastructureEric Dumazet1-2/+57